Fixes build.

This commit is contained in:
2020-12-31 12:54:33 +01:00
parent ed7e655783
commit a1668cd374
4 changed files with 7 additions and 7 deletions

View File

@@ -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