3737
3838jobs :
3939 call-boost-ci :
40- name : Run Boost.CI
41- uses : boostorg/boost-ci/.github/workflows/reusable.yml@master
40+ name : Run Modified
41+ uses : boostorg/boost-ci/.github/workflows/reusable.yml@pr/set-b2-vars
4242 # Customization:
4343 with :
44- enable_reflection : true
45- # enable_windows: false
46- secrets :
47- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
48- COVERITY_SCAN_NOTIFICATION_EMAIL : ${{ secrets.COVERITY_SCAN_NOTIFICATION_EMAIL }}
49- COVERITY_SCAN_TOKEN : ${{ secrets.COVERITY_SCAN_TOKEN }}
44+ b2_targets : libs/boost-ci/test//test
45+ b2_defines : FOO=1 BAR=2
46+ b2_link : shared,static
47+ b2_variant : debug
48+ enable_32bit : false
49+ enable_cygwin : false
50+ enable_cmake : false
51+ enable_mingw : false
52+ enable_multiarch : false
53+ enable_reflection : false
54+ enable_sanitizers : false
55+ exclude_compiler : ' gcc-10,clang-10,msvc-14.2'
56+ exclude_cxxstd : ' 98,03,0x,0y,14,2a,20,2b,23,2c,26' # only do C++11 and C++17 jobs
57+ exclude_os : ' ubuntu:16.04,macos,windows-2022'
58+ call-boost-ci :
59+ name : Run Default
60+ uses : boostorg/boost-ci/.github/workflows/reusable.yml@pr/set-b2-vars
61+ # Customization:
62+ with :
63+ enable_32bit : false
64+ enable_cygwin : false
65+ enable_cmake : false
66+ enable_mingw : false
67+ enable_multiarch : false
68+ enable_reflection : false
69+ enable_sanitizers : false
70+ exclude_compiler : ' gcc-10,clang-10,msvc-14.2'
71+ exclude_cxxstd : ' 98,03,0x,0y,14,2a,20,2b,23,2c,26' # only do C++11 and C++17 jobs
72+ exclude_os : ' ubuntu:16.04,macos,windows-2022'
0 commit comments