Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed Oct 21, 2023
1 parent 6f6dd42 commit e88871e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuousIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,22 @@ jobs:
CMAKE_CXX_COMPILER: clang++
CMAKE_C_COMPILER: clang
CMAKE_BUILD_TYPE: Debug

- name: ubi8.8-clang15-release
DOCKER_REPOSITORY: geosx/ubi8:ubi8.8
OS: ubuntu-22.04
CMAKE_CXX_COMPILER: clang++
CMAKE_C_COMPILER: clang
CMAKE_BUILD_TYPE: Release
CLANGTIDY_EXECUTABLE: clang-tidy

- name: ubi8.8-gcc12-debug
DOCKER_REPOSITORY: geosx/ubi8:ubi8.8
OS: ubuntu-22.04
CMAKE_CXX_COMPILER: /opt/rh/gcc-toolset-12/root/bin/g++
CMAKE_C_COMPILER: /opt/rh/gcc-toolset-12/root/bin/gcc
CMAKE_BUILD_TYPE: Debug

- name: ubi8.8-gcc12-release
DOCKER_REPOSITORY: geosx/ubi8:ubi8.8
OS: ubuntu-22.04
Expand Down

0 comments on commit e88871e

Please sign in to comment.