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 18, 2018
1 parent 4108299 commit 444213a
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 444213a

Please sign in to comment.