Skip to content

Commit 421e006

Browse files
committed
ci.yml: adopt reusable workflow
1 parent ed6a1a0 commit 421e006

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ jobs:
3636
call-boost-ci:
3737
name: Run Boost.CI
3838
uses: boostorg/boost-ci/.github/workflows/reusable.yml@master
39-
# Example of customization:
40-
# with:
41-
# enable_reflection: true
42-
# enable_windows: false
39+
with:
40+
exclude_cxxstd: '98,03,0x,11,14'
41+
exclude_compiler: gcc-4.9,gcc-5,gcc-6,,gcc-7,gcc-8,clang-3.9,clang-4.0,clang-5.0,clang-6.0,clang-7.0,clang-8.0
4342
secrets:
4443
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4544
COVERITY_SCAN_NOTIFICATION_EMAIL: ${{ secrets.COVERITY_SCAN_NOTIFICATION_EMAIL }}

0 commit comments

Comments
 (0)