Skip to content

Commit

Permalink
[remove] package/ci: use the animation branch of Magnum.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed Jul 27, 2018
1 parent 7356056 commit cd80405
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package/ci/appveyor-desktop-gles.bat
Expand Up @@ -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 .. ^
Expand Down
2 changes: 1 addition & 1 deletion package/ci/appveyor-desktop-mingw.bat
Expand Up @@ -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 .. ^
Expand Down
2 changes: 1 addition & 1 deletion package/ci/appveyor-desktop.bat
Expand Up @@ -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 .. ^
Expand Down
2 changes: 1 addition & 1 deletion package/ci/travis-android-arm.sh
Expand Up @@ -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 .. \
Expand Down
2 changes: 1 addition & 1 deletion package/ci/travis-desktop-gles.sh
Expand Up @@ -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 .. \
Expand Down
2 changes: 1 addition & 1 deletion package/ci/travis-desktop.sh
Expand Up @@ -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 .. \
Expand Down
2 changes: 1 addition & 1 deletion package/ci/travis-emscripten.sh
Expand Up @@ -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 .. \
Expand Down
2 changes: 1 addition & 1 deletion package/ci/travis-ios-simulator.sh
Expand Up @@ -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 .. \
Expand Down

0 comments on commit cd80405

Please sign in to comment.