Let's pray it all works
This commit is contained in:
11
Tools/run_travis.sh
Executable file
11
Tools/run_travis.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
# Use manually installed .NET.
|
||||
# Travis is shitting itself. Wonderful.
|
||||
PATH="~/.dotnet:$PATH"
|
||||
|
||||
dotnet build SpaceStation14.sln /p:Python=python3.5
|
||||
dotnet test Content.Tests/Content.Tests.csproj
|
||||
dotnet test Content.IntegrationTests/Content.IntegrationTests.csproj
|
||||
Reference in New Issue
Block a user