2
0
mirror of https://github.com/boostorg/pfr.git synced 2026-01-19 04:22:13 +00:00
This commit is contained in:
Antony Polukhin
2021-06-10 11:18:25 +03:00
parent 2a1b206244
commit 12f2b3a365

View File

@@ -38,7 +38,7 @@ jobs:
cxxstd: "03,11,14"
os: ubuntu-16.04
install: clang-3.7
- toolset: clang
- toolset: clang-9
compiler: clang++-9
cxxstd: "03,11,14,17" # Do not run in 2a mode because of the "chrono:1345:24: error: unknown type name 'strong_ordering'"
os: ubuntu-20.04
@@ -103,7 +103,7 @@ jobs:
# dist/bin/inspect libs/$LIBRARY
- name: Test boost namespace stripping
if: ${{matrix.compiler == 'gcc-9' }}
if: ${{matrix.toolset == 'gcc-9'}}
run: ../boost-root/libs/$LIBRARY/misc/strip_boost_namespace.sh
- name: Prepare coverage data