Skip to content

Commit

Permalink
Update test configs
Browse files Browse the repository at this point in the history
  • Loading branch information
morzhovets committed May 16, 2024
1 parent 5b3df48 commit 36c3e31
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,39 @@ jobs:
- gcc_ver: '10'
build_type: 'Release'
flags: '-std=c++20 -msse2'
ubuntu_ver: '22.04'

- gcc_ver: '11'
build_type: 'Release'
flags: '-std=c++23 -msse2'
ubuntu_ver: '22.04'

- gcc_ver: '12'
build_type: 'Release'
flags: '-std=c++23 -msse2'
ubuntu_ver: '22.04'

- gcc_ver: '13'
build_type: 'Release'
flags: '-std=c++23 -msse2'
ubuntu_ver: '24.04'

- gcc_ver: '13'
- gcc_ver: '14'
build_type: 'Release'
flags: '-std=c++23 -msse2'
ubuntu_ver: '24.04'

- gcc_ver: '14'
build_type: 'Release'
flags: '-std=c++23 -fno-rtti -DMOMO_USE_SAFE_MAP_BRACKETS -DMOMO_USE_UNORDERED_HINT_ITERATORS -DMOMO_DISABLE_TYPE_INFO'
ubuntu_ver: '24.04'

- gcc_ver: '13'
- gcc_ver: '14'
build_type: 'Debug'
flags: '-std=c++23 -msse2'
ubuntu_ver: '24.04'

runs-on: ubuntu-22.04
runs-on: ubuntu-${{ matrix.ubuntu_ver }}

steps:
- name: Checkout
Expand Down

0 comments on commit 36c3e31

Please sign in to comment.