Files
OldThink/Tools/run_travis.sh

12 lines
292 B
Bash
Raw Normal View History

2019-12-16 00:46:09 +01:00
#!/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.6
2019-12-16 00:46:09 +01:00
dotnet test Content.Tests/Content.Tests.csproj
dotnet test Content.IntegrationTests/Content.IntegrationTests.csproj