1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-16 12:32:29 +01:00

Make travis push build artifacts to openrct2.org

This commit is contained in:
Michał Janiszewski
2016-01-17 16:51:28 +01:00
parent b8b50684ba
commit 80b85d2d2f
2 changed files with 14 additions and 11 deletions

View File

@@ -69,7 +69,7 @@ pushd build
# CMAKE and MAKE opts from environment
docker run -u travis -v $PARENT:/work/openrct2 -w /work/openrct2/build -i -t openrct2/openrct2:32bit-only bash -c "cmake ../ $OPENRCT2_CMAKE_OPTS && make $OPENRCT_MAKE_OPTS"
else
cmake -DCMAKE_BUILD_TYPE=Debug $OPENRCT2_CMAKE_OPTS ..
cmake $OPENRCT2_CMAKE_OPTS ..
# NOT the same variable as above
make $OPENRCT2_MAKE_OPTS
fi