Files
OldThink/.travis.yml
Pieter-Jan Briers e8e1c9dd1f Try to fix travis
2019-01-18 11:39:21 +01:00

41 lines
904 B
YAML

language: csharp
dist: trusty
sudo: false
os:
- linux
#- osx
addons:
apt:
#sources:
#- deadsnakes
packages:
- python3.5
- python3-pip
cache:
directories:
- packages/
- engine/Dependencies/
- engine/SS14.Client.Godot/.mono/assemblies/
#before_install:
# - if [ $TRAVIS_OS_NAME = osx ]; then brew update && brew upgrade python; fi
before_script:
#- "if [ $TRAVIS_OS_NAME = linux ]; then pyenv shell 3.6; fi"
- "python3.5 -m pip install --user requests"
- "nuget restore SpaceStation14Content.sln"
- "python3.5 RUN_THIS.py --no-prompt"
- "engine/Tools/download_godotsharp.py"
script:
# Prevent people from putting in textures/ (lowercase).
- "if [ -d Resources/textures ]; then exit 1; fi"
- "msbuild /p:Configuration=Debug /p:Platform=x64 /p:HEADLESS=1 /p:Configuratio=Debug /nologo /m /p:AllowMissingMacNatives=yes SpaceStation14Content.sln /p:Python=python3.5"