Skip to content

Commit

Permalink
Travis CI. (Simple-Station#59)
Browse files Browse the repository at this point in the history
* Travis CI attempt Simple-Station#1

* It is scientifically impossible to get Travis right the first commit.
  • Loading branch information
PJB3005 authored Apr 19, 2018
1 parent d6661e4 commit ed411fa
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
language: csharp

dist: trusty
sudo: false

os:
- linux
#- osx

addons:
apt:
sources:
- deadsnakes

packages:
- python3.6

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"
- "pip3 install --user requests"
- "nuget restore SpaceStation14Content.sln"
- "python3.6 RUN_THIS.py --no-prompt"
- "engine/Tools/download_godotsharp.py"

script:
- "msbuild /p:Configuration=Debug /p:Platform=x64 /p:HEADLESS=1 /p:Configuratio=Debug /nologo /m /p:AllowMissingMacNatives=yes SpaceStation14Content.sln /p:Python=python3.6"


0 comments on commit ed411fa

Please sign in to comment.