Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
Add X server.
Commit Description:
Add X server.
image : mcr.microsoft.com/dotnet/sdk:3.1-focal
stages :
- build
build-debug :
stage : build
script :
- dotnet build isometric-park-fna-core.sln -f netcoreapp3.1
build-release :
stage : build
script :
- dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release
- cp -r fnalibs/lib64 isometric-park-fna/bin/Release/
- cd isometric-park-fna/bin/Release/netcoreapp3.1; ls "../../../../fnalibs/lib64"
- apt install -y xorg-dev libglu1-mesa libgl1-mesa-dev xvfb libxinerama1 libxcursor1
- LD_LIBRARY_PATH="../../../../fnalibs/lib64" DYLD_LIBRARY_PATH="../../../../fnalibs/osx" xvfb-run -a -s "-screen 0 1400x900x24 +extension RANDR" -- dotnet ./isometric-park-fna.dll &
- sleep 5; xwd -root -out screenshot.xwd
- sleep 1; killall dotnet
artifacts :
paths :
- screenshot.xwd
expire_in : 1 week
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings