Let's pray it all works

This commit is contained in:
Pieter-Jan Briers
2019-12-16 00:46:09 +01:00
parent a652e39b1c
commit a9f148c04e
14 changed files with 107 additions and 132 deletions

11
Tools/run_travis.sh Executable file
View 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