Description:
Add FNAlibs to pipeline.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -1,4 +1,4 | |||||
|
1 | image: mcr.microsoft.com/dotnet/sdk:3.1 |
|
1 | image: mcr.microsoft.com/dotnet/sdk:3.1-focal |
|
2 |
|
2 | ||
|
3 | stages: |
|
3 | stages: |
|
4 | - build |
|
4 | - build |
@@ -12,4 +12,7 | |||||
|
12 | stage: build |
|
12 | stage: build |
|
13 | script: |
|
13 | script: |
|
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 | - wget "http://fna.flibitijibibo.com/archive/fnalibs.tar.bz2" | ||
|
|
16 | - mkdir fnalibs | ||
|
|
17 | - tar -xf fnalibs.tar.bzip -C fnalibs | ||
|
15 | - cd isometric-park-fna/bin/Release/netcoreapp3.1; LD_LIBRARY_PATH="../../../fnalibs/lib64" DYLD_LIBRARY_PATH="../../../../fnalibs/osx" dotnet ./isometric-park-fna.dll |
|
18 | - 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