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
19 changes: 12 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,22 @@ jobs:
- toolset: gcc-9
cxxstd: "17,2a"
address_model: 64
os: ubuntu-20.04
os: ubuntu-latest
container: ubuntu:20.04
install:
- g++-9-multilib
- toolset: gcc-9
cxxstd: "17-gnu,2a-gnu"
address_model: 64
os: ubuntu-20.04
os: ubuntu-latest
container: ubuntu:20.04
install:
- g++-9-multilib
- toolset: gcc-10
cxxstd: "17,20"
address_model: 64
os: ubuntu-20.04
os: ubuntu-latest
container: ubuntu:20.04
install:
- g++-10-multilib
- toolset: gcc-11
Expand Down Expand Up @@ -174,13 +177,15 @@ jobs:
- toolset: clang
compiler: clang++-9
cxxstd: "17,2a"
os: ubuntu-20.04
os: ubuntu-latest
container: ubuntu:20.04
install:
- clang-9
- toolset: clang
compiler: clang++-10
cxxstd: "17,20"
os: ubuntu-20.04
os: ubuntu-latest
container: ubuntu:20.04
install:
- clang-10
- toolset: clang
Expand Down Expand Up @@ -531,8 +536,8 @@ jobs:
fail-fast: false
matrix:
include:
- { os: ubuntu-20.04, build_shared: ON, build_type: Debug, generator: 'Unix Makefiles' }
- { os: ubuntu-20.04, build_shared: OFF, build_type: Debug, generator: 'Unix Makefiles' }
- { os: ubuntu-22.04, build_shared: ON, build_type: Debug, generator: 'Unix Makefiles' }
- { os: ubuntu-22.04, build_shared: OFF, build_type: Debug, generator: 'Unix Makefiles' }
- { os: windows-2019, build_shared: ON, build_type: Debug, generator: 'Visual Studio 16 2019' }
- { os: windows-2019, build_shared: OFF, build_type: Debug, generator: 'Visual Studio 16 2019' }

Expand Down