Description:
Add release build.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r325:67106d9b72ff -

@@ -3,7 +3,13
3 stages:
3 stages:
4 - build
4 - build
5
5
6 build:
6 build-debug:
7 stage: build
7 stage: build
8 script:
8 script:
9 - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1
9 - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1
10
11 build-release:
12 stage: build
13 script:
14 - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -C Release
15 - cd isometric-park-fna/bin/Release/netcoreapp3.1; LD_LIBRARY_PATH="../../../fnalibs/lib64" DYLD_LIBRARY_PATH="../../../../fnalibs/osx" dotnet ./isometric-park-fna.dll
You need to be logged in to leave comments. Login now