From cd804054e248d25fc6d71fe547abb4bf29b054c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 18 Jul 2018 20:06:44 +0200 Subject: [PATCH] [remove] package/ci: use the animation branch of Magnum. --- package/ci/appveyor-desktop-gles.bat | 2 +- package/ci/appveyor-desktop-mingw.bat | 2 +- package/ci/appveyor-desktop.bat | 2 +- package/ci/travis-android-arm.sh | 2 +- package/ci/travis-desktop-gles.sh | 2 +- package/ci/travis-desktop.sh | 2 +- package/ci/travis-emscripten.sh | 2 +- package/ci/travis-ios-simulator.sh | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package/ci/appveyor-desktop-gles.bat b/package/ci/appveyor-desktop-gles.bat index 279f55e6d..ad51362ac 100644 --- a/package/ci/appveyor-desktop-gles.bat +++ b/package/ci/appveyor-desktop-gles.bat @@ -62,7 +62,7 @@ cmake --build . --target install || exit /b cd .. && cd .. rem Build Magnum -git clone --depth 1 git://github.com/mosra/magnum.git || exit /b +git clone --depth 1 --branch animation git://github.com/mosra/magnum.git || exit /b cd magnum || exit /b mkdir build && cd build || exit /b cmake .. ^ diff --git a/package/ci/appveyor-desktop-mingw.bat b/package/ci/appveyor-desktop-mingw.bat index b43f3cf62..8a4a8e94c 100644 --- a/package/ci/appveyor-desktop-mingw.bat +++ b/package/ci/appveyor-desktop-mingw.bat @@ -34,7 +34,7 @@ cmake --build . --target install || exit /b cd .. && cd .. rem Build Magnum -git clone --depth 1 git://github.com/mosra/magnum.git || exit /b +git clone --depth 1 --branch animation git://github.com/mosra/magnum.git || exit /b cd magnum || exit /b mkdir build && cd build || exit /b cmake .. ^ diff --git a/package/ci/appveyor-desktop.bat b/package/ci/appveyor-desktop.bat index fd3bc99a5..ef3f50e4f 100644 --- a/package/ci/appveyor-desktop.bat +++ b/package/ci/appveyor-desktop.bat @@ -62,7 +62,7 @@ cmake --build . --target install || exit /b cd .. && cd .. rem Build Magnum -git clone --depth 1 git://github.com/mosra/magnum.git || exit /b +git clone --depth 1 --branch animation git://github.com/mosra/magnum.git || exit /b cd magnum || exit /b mkdir build && cd build || exit /b cmake .. ^ diff --git a/package/ci/travis-android-arm.sh b/package/ci/travis-android-arm.sh index c45e1babd..3ae41e024 100755 --- a/package/ci/travis-android-arm.sh +++ b/package/ci/travis-android-arm.sh @@ -36,7 +36,7 @@ ninja install cd ../.. # Crosscompile Magnum -git clone --depth 1 git://github.com/mosra/magnum.git +git clone --depth 1 --branch animation git://github.com/mosra/magnum.git cd magnum mkdir build-android-arm && cd build-android-arm cmake .. \ diff --git a/package/ci/travis-desktop-gles.sh b/package/ci/travis-desktop-gles.sh index 79834a8c0..27abd706f 100755 --- a/package/ci/travis-desktop-gles.sh +++ b/package/ci/travis-desktop-gles.sh @@ -15,7 +15,7 @@ ninja install cd ../.. # Magnum -git clone --depth 1 git://github.com/mosra/magnum.git +git clone --depth 1 --branch animation git://github.com/mosra/magnum.git cd magnum mkdir build && cd build cmake .. \ diff --git a/package/ci/travis-desktop.sh b/package/ci/travis-desktop.sh index 26085838d..3198278c8 100755 --- a/package/ci/travis-desktop.sh +++ b/package/ci/travis-desktop.sh @@ -16,7 +16,7 @@ ninja install cd ../.. # Magnum -git clone --depth 1 git://github.com/mosra/magnum.git +git clone --depth 1 --branch animation git://github.com/mosra/magnum.git cd magnum mkdir build && cd build cmake .. \ diff --git a/package/ci/travis-emscripten.sh b/package/ci/travis-emscripten.sh index f2d13a858..94fdf1237 100755 --- a/package/ci/travis-emscripten.sh +++ b/package/ci/travis-emscripten.sh @@ -35,7 +35,7 @@ ninja install cd ../.. # Crosscompile Magnum -git clone --depth 1 git://github.com/mosra/magnum.git +git clone --depth 1 --branch animation git://github.com/mosra/magnum.git cd magnum mkdir build-emscripten && cd build-emscripten cmake .. \ diff --git a/package/ci/travis-ios-simulator.sh b/package/ci/travis-ios-simulator.sh index 576726e31..85c76659d 100755 --- a/package/ci/travis-ios-simulator.sh +++ b/package/ci/travis-ios-simulator.sh @@ -36,7 +36,7 @@ set -o pipefail && cmake --build . --config Release --target install | xcpretty cd ../.. # Crosscompile Magnum -git clone --depth 1 git://github.com/mosra/magnum.git +git clone --depth 1 --branch animation git://github.com/mosra/magnum.git cd magnum mkdir build-ios && cd build-ios cmake .. \