-
Notifications
You must be signed in to change notification settings - Fork 23
51 lines (48 loc) · 1.47 KB
/
ci_test_opposite.yml
File metadata and controls
51 lines (48 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#
# Copyright 2020-2021 Peter Dimov
# Copyright 2021 Andrey Semashev
# Copyright 2021-2026 Alexander Grund
# Copyright 2022-2025 James E. King III
#
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
#
# This workflow uses the Boost.CI reusable workflow but it tests the reverse of all
# the default options to make sure handling of the options is correct. The major
# job categories are all enabled so the full matrix of options is tested.
#
---
name: Test.Opposite.CI
permissions:
contents: read
on:
pull_request:
push:
branches:
- master
- develop
- bugfix/**
- feature/**
- fix/**
- pr/**
paths-ignore:
- LICENSE
- meta/**
- README.md
jobs:
call-neutered-boost-ci:
name: Run Boost.CI
uses: boostorg/boost-ci/.github/workflows/reusable.yml@master
with: # negates the defaults for options that do not disable entire job categories
branch_coverage: false
enable_32bit: false
enable_cygwin: false
enable_cmake: false
enable_mingw: false
enable_multiarch: false
enable_reflection: true
enable_sanitizers: false
exclude_compiler: 'gcc-10,clang-10,msvc-14.2'
exclude_cxxstd: '98,03,0x,0y,14,2a,20,2b,23,2c,26' # only do C++11 and C++17 jobs
exclude_os: 'ubuntu:16.04,macos,windows-2022'
# no secrets defined which disables coverage and coverity scan