Files
OldThink/.travis.yml

39 lines
854 B
YAML
Raw Normal View History

language: csharp
dist: trusty
sudo: false
os:
- linux
#- osx
addons:
apt:
2019-01-18 11:39:21 +01:00
#sources:
#- deadsnakes
packages:
2019-01-18 11:39:21 +01:00
- python3.5
- python3-pip
cache:
directories:
- packages/
2019-03-29 22:12:10 -06:00
- RobustToolbox/Dependencies/
- RobustToolbox/SS14.Client.Godot/.mono/assemblies/
#before_install:
# - if [ $TRAVIS_OS_NAME = osx ]; then brew update && brew upgrade python; fi
before_script:
2019-01-18 11:39:21 +01:00
#- "if [ $TRAVIS_OS_NAME = linux ]; then pyenv shell 3.6; fi"
- "python3.5 -m pip install --user requests"
2019-04-16 13:22:18 +02:00
- "nuget restore SpaceStation14.sln"
2019-01-18 11:39:21 +01:00
- "python3.5 RUN_THIS.py --no-prompt"
script:
2019-06-02 20:44:51 +02:00
- "msbuild /p:Configuration=Debug /p:Platform=x64 /nologo /m SpaceStation14.sln /p:Python=python3.5"
- "mono packages/nunit.consolerunner/3.10.0/tools/nunit3-console.exe bin/Content.Tests/Content.Tests.dll bin/Content.IntegrationTests/Content.IntegrationTests.dll"