Description:
Add X server.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -14,4 +14,11 | |||||
|
14 | - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release |
|
14 | - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release |
|
15 | - cp -r fnalibs/lib64 isometric-park-fna/bin/Release/ |
|
15 | - cp -r fnalibs/lib64 isometric-park-fna/bin/Release/ |
|
16 | - cd isometric-park-fna/bin/Release/netcoreapp3.1; ls "../../../../fnalibs/lib64" |
|
16 | - cd isometric-park-fna/bin/Release/netcoreapp3.1; ls "../../../../fnalibs/lib64" |
|
17 | - LD_LIBRARY_PATH="../../../../fnalibs/lib64" DYLD_LIBRARY_PATH="../../../../fnalibs/osx" dotnet ./isometric-park-fna.dll |
|
17 | - apt install -y xorg-dev libglu1-mesa libgl1-mesa-dev xvfb libxinerama1 libxcursor1 |
|
|
18 | - LD_LIBRARY_PATH="../../../../fnalibs/lib64" DYLD_LIBRARY_PATH="../../../../fnalibs/osx" xvfb-run -a -s "-screen 0 1400x900x24 +extension RANDR" -- dotnet ./isometric-park-fna.dll & | ||
|
|
19 | - sleep 5; xwd -root -out screenshot.xwd | ||
|
|
20 | - sleep 1; killall dotnet | ||
|
|
21 | artifacts: | ||
|
|
22 | paths: | ||
|
|
23 | - screenshot.xwd | ||
|
|
24 | expire_in: 1 week |
You need to be logged in to leave comments.
Login now