Use OpenRCT2's docker repository

This commit is contained in:
Michał Janiszewski 2015-10-03 22:50:50 +02:00
parent 6228c782da
commit 81925af219
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ pushd build
PARENT=`readlink -f ../`
chmod a+rwx `pwd`
chmod g+s `pwd`
docker run -u travis -v $PARENT:/work/openrct2 -w /work/openrct2/build -i -t janisozaur/openrct2:32bit-only bash -c "cmake ../ $OPENRCT2_CMAKE_OPTS && make"
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"
else
cmake -DCMAKE_BUILD_TYPE=Debug $OPENRCT2_CMAKE_OPTS ..
make

View File

@ -184,7 +184,7 @@ elif [[ `uname` == "Linux" ]]; then
sudo apt-get install -y --force-yes binutils-mingw-w64-i686 gcc-mingw-w64-i686 g++-mingw-w64-i686 cmake
;;
"docker32")
docker pull janisozaur/openrct2:32bit-only
docker pull openrct2/openrct2:32bit-only
;;
*)
echo "unkown target $TARGET"