Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 55 additions & 28 deletions .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,48 +58,48 @@ jobs:
os-type: ubuntu
build-type: asan
compiler-family: clang
c-compiler: clang-6.0
cc-compiler: clang++-6.0
c-compiler: clang-13
cc-compiler: clang++-13
debug: debug
coverage: nocoverage
- test-group: extra
os: ubuntu-latest
os-type: ubuntu
build-type: msan
compiler-family: clang
c-compiler: clang-6.0
cc-compiler: clang++-6.0
c-compiler: clang-13
cc-compiler: clang++-13
debug: debug
coverage: nocoverage
- test-group: extra
os: ubuntu-latest
os-type: ubuntu
build-type: lsan
compiler-family: clang
c-compiler: clang-6.0
cc-compiler: clang++-6.0
c-compiler: clang-13
cc-compiler: clang++-13
debug: debug
coverage: nocoverage
- test-group: extra
os: ubuntu-latest
os-type: ubuntu
build-type: tsan
compiler-family: clang
c-compiler: clang-6.0
cc-compiler: clang++-6.0
c-compiler: clang-13
cc-compiler: clang++-13
debug: debug
coverage: nocoverage
- test-group: extra
os: ubuntu-latest
os-type: ubuntu
build-type: ubsan
compiler-family: clang
c-compiler: clang-6.0
cc-compiler: clang++-6.0
c-compiler: clang-13
cc-compiler: clang++-13
debug: debug
coverage: nocoverage
- test-group: extra
os: ubuntu-latest
os: ubuntu-20.04
os-type: ubuntu
build-type: none
compiler-family: gcc
Expand All @@ -108,7 +108,7 @@ jobs:
debug: nodebug
coverage: nocoverage
- test-group: extra
os: ubuntu-latest
os: ubuntu-20.04
os-type: ubuntu
build-type: none
compiler-family: gcc
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
debug: nodebug
coverage: nocoverage
- test-group: extra
os: ubuntu-latest
os: ubuntu-20.04
os-type: ubuntu
build-type: none
compiler-family: clang
Expand All @@ -153,7 +153,7 @@ jobs:
debug: nodebug
coverage: nocoverage
- test-group: extra
os: ubuntu-latest
os: ubuntu-20.04
os-type: ubuntu
build-type: none
compiler-family: clang
Expand All @@ -162,7 +162,7 @@ jobs:
debug: nodebug
coverage: nocoverage
- test-group: extra
os: ubuntu-latest
os: ubuntu-20.04
os-type: ubuntu
build-type: none
compiler-family: clang
Expand All @@ -171,7 +171,7 @@ jobs:
debug: nodebug
coverage: nocoverage
- test-group: extra
os: ubuntu-latest
os: ubuntu-20.04
os-type: ubuntu
build-type: none
compiler-family: clang
Expand All @@ -180,25 +180,52 @@ jobs:
debug: nodebug
coverage: nocoverage
- test-group: extra
os: ubuntu-latest
os: ubuntu-20.04
os-type: ubuntu
build-type: none
compiler-family: clang
c-compiler: clang-10
cc-compiler: clang++-10
debug: nodebug
coverage: nocoverage
- test-group: extra
os: ubuntu-latest
os-type: ubuntu
build-type: none
compiler-family: clang
c-compiler: clang-11
cc-compiler: clang++-11
debug: nodebug
coverage: nocoverage
- test-group: extra
os: ubuntu-latest
os-type: ubuntu
build-type: none
compiler-family: clang
c-compiler: clang-12
cc-compiler: clang++-12
debug: nodebug
coverage: nocoverage
- test-group: extra
os: ubuntu-latest
os-type: ubuntu
build-type: none
compiler-family: clang
c-compiler: clang-13
cc-compiler: clang++-13
debug: nodebug
coverage: nocoverage
- test-group: extra
os: ubuntu-latest
os-type: ubuntu
build-type: valgrind
compiler-family: gcc
c-compiler: gcc-7
cc-compiler: g++-7
c-compiler: gcc-10
cc-compiler: g++-10
debug: nodebug
coverage: nocoverage
- test-group: extra
os: ubuntu-latest
os: ubuntu-20.04
os-type: ubuntu
build-type: iwyu
compiler-family: clang
Expand All @@ -211,35 +238,35 @@ jobs:
os-type: ubuntu
build-type: select
compiler-family: gcc
c-compiler: gcc-7
cc-compiler: g++-7
c-compiler: gcc-10
cc-compiler: g++-10
debug: nodebug
coverage: nocoverage
- test-group: performance
os: ubuntu-latest
os-type: ubuntu
build-type: nodelay
compiler-family: gcc
c-compiler: gcc-7
cc-compiler: g++-7
c-compiler: gcc-10
cc-compiler: g++-10
debug: nodebug
coverage: nocoverage
- test-group: performance
os: ubuntu-latest
os-type: ubuntu
build-type: threads
compiler-family: gcc
c-compiler: gcc-7
cc-compiler: g++-7
c-compiler: gcc-10
cc-compiler: g++-10
debug: nodebug
coverage: nocoverage
- test-group: extra
os: ubuntu-latest
os-type: ubuntu
build-type: lint
compiler-family: gcc
c-compiler: gcc-7
cc-compiler: g++-7
c-compiler: gcc-10
cc-compiler: g++-10
debug: debug
coverage: nocoverage
steps:
Expand Down