|
9 | 9 | branches: |
10 | 10 | - master |
11 | 11 | - develop |
| 12 | + - feature/** |
12 | 13 | pull_request: |
13 | 14 | release: |
14 | 15 | types: [published, created, edited] |
|
47 | 48 | if: steps.retry1.outcome=='failure' |
48 | 49 | run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test" |
49 | 50 | - name: Install packages |
50 | | - run: sudo apt install g++-12 clang-14 libgmp-dev libmpfr-dev libfftw3-dev |
| 51 | + run: sudo apt-get install -y g++-12 clang-14 libgmp-dev libmpfr-dev libfftw3-dev |
51 | 52 | - name: Checkout main boost |
52 | 53 | run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root |
53 | 54 | - name: Update tools/boostdep |
|
75 | 76 | run: ./config_info_travis |
76 | 77 | working-directory: ../boost-root/libs/config/test |
77 | 78 | - name: Test |
78 | | - run: ../../../b2 toolset=$TOOLSET ${{ matrix.suite }} define=CI_SUPPRESS_KNOWN_ISSUES define=SLOW_COMPILER |
| 79 | + run: ../../../b2 toolset=$TOOLSET ${{ matrix.suite }} define=CI_SUPPRESS_KNOWN_ISSUES define=SLOW_COMPILER define=BOOST_MATH_RUN_MP_TESTS |
79 | 80 | working-directory: ../boost-root/libs/math/test |
80 | 81 | ubuntu-focal-no-eh: |
81 | 82 | runs-on: ubuntu-20.04 |
@@ -105,7 +106,7 @@ jobs: |
105 | 106 | if: steps.retry1.outcome=='failure' |
106 | 107 | run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test" |
107 | 108 | - name: Install packages |
108 | | - run: sudo apt install g++-9 g++-11 clang-9 clang-10 libgmp-dev libmpfr-dev libfftw3-dev |
| 109 | + run: sudo apt-get install -y g++-9 g++-11 clang-9 clang-10 libgmp-dev libmpfr-dev libfftw3-dev |
109 | 110 | - name: Checkout main boost |
110 | 111 | run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root |
111 | 112 | - name: Update tools/boostdep |
@@ -214,7 +215,7 @@ jobs: |
214 | 215 | run: config_info_travis |
215 | 216 | working-directory: ../boost-root/libs/config/test |
216 | 217 | - name: Test |
217 | | - run: ..\..\..\b2 --hash %ARGS% define=CI_SUPPRESS_KNOWN_ISSUES debug-symbols=off ${{ matrix.suite }} |
| 218 | + run: ..\..\..\b2 --hash %ARGS% define=CI_SUPPRESS_KNOWN_ISSUES debug-symbols=off ${{ matrix.suite }} pch=off |
218 | 219 | working-directory: ../boost-root/libs/math/test |
219 | 220 | windows_gcc: |
220 | 221 | runs-on: windows-2019 |
@@ -299,7 +300,7 @@ jobs: |
299 | 300 | run: config_info_travis |
300 | 301 | working-directory: ../boost-root/libs/config/test |
301 | 302 | - name: Test |
302 | | - run: ..\..\..\b2 --hash %ARGS% define=CI_SUPPRESS_KNOWN_ISSUES ${{ matrix.suite }} |
| 303 | + run: ..\..\..\b2 --hash %ARGS% define=CI_SUPPRESS_KNOWN_ISSUES ${{ matrix.suite }} pch=off |
303 | 304 | working-directory: ../boost-root/libs/math/test |
304 | 305 | cygwin: |
305 | 306 | runs-on: windows-latest |
@@ -364,7 +365,7 @@ jobs: |
364 | 365 | if: steps.retry1.outcome=='failure' |
365 | 366 | run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test" |
366 | 367 | - name: Install packages |
367 | | - run: sudo apt install g++-10 libgmp-dev libmpfr-dev libfftw3-dev |
| 368 | + run: sudo apt-get install -y g++-10 libgmp-dev libmpfr-dev libfftw3-dev |
368 | 369 | - name: Checkout main boost |
369 | 370 | run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root |
370 | 371 | - name: Update tools/boostdep |
@@ -404,7 +405,7 @@ jobs: |
404 | 405 | if: steps.retry1.outcome=='failure' |
405 | 406 | run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test" |
406 | 407 | - name: Install packages |
407 | | - run: sudo apt install clang-10 libgmp-dev libmpfr-dev libfftw3-dev |
| 408 | + run: sudo apt-get install -y clang-10 libgmp-dev libmpfr-dev libfftw3-dev libtbb-dev |
408 | 409 | - name: Checkout main boost |
409 | 410 | run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root |
410 | 411 | - name: Update tools/boostdep |
@@ -448,7 +449,7 @@ jobs: |
448 | 449 | if: steps.retry1.outcome=='failure' |
449 | 450 | run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test" |
450 | 451 | - name: Install packages |
451 | | - run: sudo apt install g++-10 libgmp-dev libmpfr-dev libfftw3-dev |
| 452 | + run: sudo apt-get install -y g++-10 libgmp-dev libmpfr-dev libfftw3-dev |
452 | 453 | - name: Checkout main boost |
453 | 454 | run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root |
454 | 455 | - name: Update tools/boostdep |
|
0 commit comments