mirror of
https://github.com/boostorg/beast.git
synced 2025-06-25 03:51:36 +02:00
Add mp11 to CI build
Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
This commit is contained in:
committed by
Vinnie Falco
parent
9666178957
commit
868ca0f470
@ -110,7 +110,7 @@ matrix:
|
||||
- *base_sources
|
||||
|
||||
# OSX Clang, C++14, Debug
|
||||
# - if: branch != master
|
||||
# - if: branch != master
|
||||
- os: osx
|
||||
compiler: clang++
|
||||
env:
|
||||
@ -172,6 +172,7 @@ install:
|
||||
- git submodule update --init libs/logic
|
||||
- git submodule update --init libs/math
|
||||
- git submodule update --init libs/move
|
||||
- git submodule update --init libs/mp11
|
||||
- git submodule update --init libs/mpl
|
||||
- git submodule update --init libs/numeric/conversion
|
||||
- git submodule update --init libs/pool
|
||||
|
@ -67,6 +67,7 @@ install:
|
||||
- git submodule update --init libs/logic
|
||||
- git submodule update --init libs/math
|
||||
- git submodule update --init libs/move
|
||||
- git submodule update --init libs/mp11
|
||||
- git submodule update --init libs/mpl
|
||||
- git submodule update --init libs/numeric/conversion
|
||||
- git submodule update --init libs/pool
|
||||
|
@ -1,7 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
for i in {1..3}
|
||||
do
|
||||
$1 "${@:2:99}" && break;
|
||||
$1 "${@:2:99}" && exit 0;
|
||||
export BEAST_RETRY="true"
|
||||
done
|
||||
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user