mirror of
https://github.com/boostorg/math.git
synced 2026-02-27 17:12:22 +00:00
[CI SKIP] Try activate float128 tests on gnu++11
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -11,8 +11,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
compiler: [ g++-9, g++-10 ]
|
||||
standard: [ c++11, c++14, c++17 ]
|
||||
compiler: [ g++ ]
|
||||
standard: [ gnu++11 ]
|
||||
suite: [ float128_tests, special_fun, misc, ../example//examples ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@@ -22,8 +22,6 @@ jobs:
|
||||
run: echo ${{ matrix.compiler }} | awk '/^g/ { print "TOOLSET=gcc" } /^clang/ { print "TOOLSET=clang" }' >> $GITHUB_ENV
|
||||
- name: Add repository
|
||||
run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
|
||||
- name: Install packages
|
||||
run: sudo apt install g++-9 g++-10 libquadmath0
|
||||
- name: Checkout main boost
|
||||
run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root
|
||||
- name: Update tools/boostdep
|
||||
|
||||
Reference in New Issue
Block a user