mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +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
@ -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