Skip to content

Commit

Permalink
Add GCC12 and ubuntu 22 to the CI chain
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed May 24, 2022
1 parent 11faa4d commit aac465e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ stages:
- job: 'Linux'
strategy:
matrix:
GCC 12:
CXXSTD: 11, 20
CXX: g++-12
PACKAGES: g++-12
VM_IMAGE: ubuntu-22.04
VM_NAME: jammy
GCC 11:
CXXSTD: 11, 20
CXX: g++-11
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,15 @@ jobs:
cmake: 3.17.*,
os: ubuntu-20.04
}
- {
compiler: g++,
build_type: Release,
cxxstd: 11,
arch: 64,
packages: 'g++',
cmake: 3.22.*,
os: ubuntu-22.04
}

runs-on: ${{ matrix.ci.os }}
steps:
Expand Down

0 comments on commit aac465e

Please sign in to comment.