Fixes build.
This commit is contained in:
@@ -8,11 +8,11 @@ steps:
|
||||
commands:
|
||||
- export PATH=$PATH:$HOME/dotnet
|
||||
- export DOTNET_ROOT=$PATH:$HOME/dotnet
|
||||
- dotnet build -c Release
|
||||
- dotnet build -c Release /p:platform=x64
|
||||
- name: Tests
|
||||
image: deukhoofd/dotnet-builder
|
||||
commands:
|
||||
- export PATH=$PATH:$HOME/dotnet
|
||||
- export DOTNET_ROOT=$PATH:$HOME/dotnet
|
||||
- export LD_LIBRARY_PATH=.
|
||||
- dotnet test -v n
|
||||
- dotnet test -v n /p:platform=x64
|
||||
Reference in New Issue
Block a user