mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Adds client build to Travis
This commit is contained in:
+6
-2
@@ -6,6 +6,9 @@ env:
|
||||
- BYOND_MAJOR="511"
|
||||
- BYOND_MINOR="1385"
|
||||
- DMEName="Tools/DMAPITravisTester.dme"
|
||||
matrix:
|
||||
- BUILD_CLIENT=true
|
||||
- BUILD_CLIENT=false
|
||||
|
||||
cache:
|
||||
directories:
|
||||
@@ -16,9 +19,10 @@ addons:
|
||||
packages:
|
||||
- libc6-i386
|
||||
- libstdc++6:i386
|
||||
- nuget
|
||||
|
||||
install:
|
||||
- ./Tools/install_byond.sh
|
||||
- if [ "$BUILD_CLIENT" = true ]; then nuget restore else ./Tools/install_byond.sh fi
|
||||
|
||||
script:
|
||||
- ./Tools/build_byond.sh
|
||||
- if [ "$BUILD_CLIENT" = true ]; then xbuild /p:Configuration=Release-Client else ./Tools/build_byond.sh fi
|
||||
|
||||
Reference in New Issue
Block a user