Update Travis and Jenkins
This commit is contained in:
@@ -19,8 +19,8 @@ addons:
|
|||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- packages/
|
- packages/
|
||||||
- engine/Dependencies/
|
- RobustToolbox/Dependencies/
|
||||||
- engine/SS14.Client.Godot/.mono/assemblies/
|
- RobustToolbox/SS14.Client.Godot/.mono/assemblies/
|
||||||
|
|
||||||
#before_install:
|
#before_install:
|
||||||
# - if [ $TRAVIS_OS_NAME = osx ]; then brew update && brew upgrade python; fi
|
# - if [ $TRAVIS_OS_NAME = osx ]; then brew update && brew upgrade python; fi
|
||||||
@@ -30,7 +30,7 @@ before_script:
|
|||||||
- "python3.5 -m pip install --user requests"
|
- "python3.5 -m pip install --user requests"
|
||||||
- "nuget restore SpaceStation14Content.sln"
|
- "nuget restore SpaceStation14Content.sln"
|
||||||
- "python3.5 RUN_THIS.py --no-prompt"
|
- "python3.5 RUN_THIS.py --no-prompt"
|
||||||
- "engine/Tools/download_godotsharp.py"
|
- "RobustToolbox/Tools/download_godotsharp.py"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Prevent people from putting in textures/ (lowercase).
|
# Prevent people from putting in textures/ (lowercase).
|
||||||
|
|||||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -6,7 +6,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh 'git submodule update --init --recursive'
|
sh 'git submodule update --init --recursive'
|
||||||
sh 'TMP=~/.cache/NuGet/ nuget restore'
|
sh 'TMP=~/.cache/NuGet/ nuget restore'
|
||||||
sh 'engine/Tools/download_godotsharp.py'
|
sh 'RobustToolbox/Tools/download_godotsharp.py'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
|||||||
Reference in New Issue
Block a user