Skip to content

Commit

Permalink
Merge pull request #1258 from UniStuttgart-VISUS/ci
Browse files Browse the repository at this point in the history
Update CI compiler versions
  • Loading branch information
moritz-h authored Jul 9, 2024
2 parents 30d1a8d + 34a09ff commit 8e85c11
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/vcpkg_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
matrix:
docker_image: [megamol_ci_ubuntu]
compiler:
- cc: clang-14
cxx: clang++-14
- cc: gcc-11
cxx: g++-11
- cc: clang-18
cxx: clang++-18
- cc: gcc-13
cxx: g++-13
opengl: [ON, OFF]
name: "${{ matrix.docker_image }} (${{ matrix.compiler.cc }}, OpenGL-${{ matrix.opengl }})"
runs-on: ubuntu-22.04
Expand Down
30 changes: 15 additions & 15 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,40 +75,40 @@ jobs:
strategy:
matrix:
## Temporarily disabled until more CI machines are available!
#'GCC11 / Make / Release':
#'GCC13 / Make / Release':
# dockerImage: megamol_ci_ubuntu
# cCompiler: gcc-11
# cxxCompiler: g++-11
# cCompiler: gcc-13
# cxxCompiler: g++-13
# configuration: Release
# generator: 'Unix Makefiles'
# cmakeExtraArgs: '$(defaultConfig)'
'GCC11 / Make / Debug':
'GCC13 / Make / Debug':
dockerImage: megamol_ci_ubuntu
cCompiler: gcc-11
cxxCompiler: g++-11
cCompiler: gcc-13
cxxCompiler: g++-13
configuration: Debug
generator: 'Unix Makefiles'
cmakeExtraArgs: '$(defaultConfig)'
## Temporarily disabled until more CI machines are available!
#'GCC11 / Ninja / Release':
#'GCC13 / Ninja / Release':
# dockerImage: megamol_ci_ubuntu
# cCompiler: gcc-11
# cxxCompiler: g++-11
# cCompiler: gcc-13
# cxxCompiler: g++-13
# configuration: Release
# generator: 'Ninja'
# cmakeExtraArgs: '$(defaultConfig)'
## Temporarily changed to Ninja instead of Make until more CI machines are available!
'Clang14 / Ninja / Release':
'Clang18 / Ninja / Release':
dockerImage: megamol_ci_ubuntu
cCompiler: clang-14
cxxCompiler: clang++-14
cCompiler: clang-18
cxxCompiler: clang++-18
configuration: Release
generator: 'Ninja'
cmakeExtraArgs: '$(defaultConfig)'
'GCC11 / Ninja / Release (nonGL)':
'GCC13 / Ninja / Release (nonGL)':
dockerImage: megamol_ci_ubuntu
cCompiler: gcc-11
cxxCompiler: g++-11
cCompiler: gcc-13
cxxCompiler: g++-13
configuration: Release
generator: 'Ninja'
cmakeExtraArgs: '$(nonGlConfig)'
Expand Down

0 comments on commit 8e85c11

Please sign in to comment.