Travis doesn't like comments

This commit is contained in:
Jay Lee
2019-04-12 13:47:46 -04:00
parent cccaf5fe54
commit 7ea3930975

View File

@@ -56,7 +56,6 @@ install:
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
GAM_ARCHIVE=gam-$TRAVIS_BUILD_NUMBER-$GAMOS-$PLATFORM.zip;
/c/Program\ Files/7-Zip/7z.exe a -tzip $GAM_ARCHIVE -xr!.svn;
# FIXME - gam.wxs always expects build in gam-64
mv gam gam-64
export GAMVERSION=$TRAVIS_BUILD_NUMBER.0;
/c/Program\ Files\ \(x86\)/WiX\ Toolset\ v3.11/bin/candle.exe -arch $PLATFORM gam.wxs;