Logo
Explore Help
Sign In
feedc0de/boost_beast
1
0
Fork 0
You've already forked boost_beast
forked from boostorg/beast
Code Pull Requests Activity
Files
2cfe3ba1b80c3db219b8712cb1559de8f57239fc
boost_beast/tools/retry.sh

10 lines
113 B
Bash
Raw Normal View History

Add mp11 to CI build Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
2018-11-21 16:29:47 +01:00
#!/usr/bin/env bash
Improve compilation of tests for continuous integration: fix #1293 * Build ASIO's non-template entities into a static library to reduce the compiler's memory usage during test compilation. * Retry as single-threaded build after the first build failure.
2018-11-20 17:11:22 -08:00
for i in {1..3}
do
Add mp11 to CI build Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
2018-11-21 16:29:47 +01:00
$1 "${@:2:99}" && exit 0;
Improve compilation of tests for continuous integration: fix #1293 * Build ASIO's non-template entities into a static library to reduce the compiler's memory usage during test compilation. * Retry as single-threaded build after the first build failure.
2018-11-20 17:11:22 -08:00
export BEAST_RETRY="true"
done
Add mp11 to CI build Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
2018-11-21 16:29:47 +01:00
exit 1
Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 20ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API