3838jobs :
3939 call-boost-ci :
4040 name : Run Boost.CI
41- uses : boostorg/boost-ci/.github/workflows/reusable.yml@master
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_def
45+ b2_defines : FOO="Hello world" BAR=2
46+ b2_link : shared,static
47+ b2_variant : debug
48+ library_folder : boost-ci
49+ enable_32bit : false
50+ enable_cygwin : false
51+ enable_cmake : false
52+ enable_mingw : false
53+ enable_multiarch : false
54+ enable_reflection : false
55+ enable_sanitizers : false
56+ exclude_compiler : ' gcc-10,clang-10,msvc-14.2'
57+ exclude_cxxstd : ' 98,03,0x,0y,14,2a,20,2b,23,2c,26' # only do C++11 and C++17 jobs
58+ exclude_os : ' ubuntu:16.04,macos,windows-2022'
59+ call-boost-ci-default :
60+ name : Run Default
61+ uses : boostorg/boost-ci/.github/workflows/reusable.yml@pr/set-b2-vars
62+ # Customization:
63+ with :
64+ enable_32bit : false
65+ enable_cygwin : false
66+ enable_cmake : false
67+ enable_mingw : false
68+ enable_multiarch : false
69+ enable_reflection : false
70+ enable_sanitizers : false
71+ exclude_compiler : ' gcc-10,clang-10,msvc-14.2'
72+ exclude_cxxstd : ' 98,03,0x,0y,14,2a,20,2b,23,2c,26' # only do C++11 and C++17 jobs
73+ exclude_os : ' ubuntu:16.04,macos,windows-2022'
0 commit comments