Throw on the libs from tgstation cause why not?

This commit is contained in:
Cyberboss
2017-09-19 12:37:04 -04:00
parent 4a056cb37e
commit 249a792eda
2 changed files with 9 additions and 6 deletions
+7
View File
@@ -11,6 +11,13 @@ cache:
directories:
- $HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR}
addons:
apt:
packages:
- libc6-i386
- libgcc1:i386
- libstdc++6:i386
install:
- ./install_byond.sh
+2 -6
View File
@@ -4,13 +4,9 @@ set -e
retval=1
source $HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR}/byond/bin/byondsetup
env
file $HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR}/byond/bin/DreamMaker
env
if hash $HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR}/byond/bin/DreamMaker 2>/dev/null
if hash DreamMaker 2>/dev/null
then
env
$HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR}/byond/bin/DreamMaker $DMEName 2>&1 | tee result.log
DreamMaker $DMEName 2>&1 | tee result.log
retval=$?
if ! grep '\- 0 errors, 0 warnings' result.log
then