Skip to content

Commit

Permalink
Clang 18 builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
gatzka committed Aug 11, 2024
1 parent ed3cf81 commit f214485
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,34 +68,34 @@ jobs:
ctest_toolchain_file: /tmp/cio/toolchains/x86-linux-gcc-14.cmake
ctest_configuration_type: Valgrind

# clang-15-debug:
# name: x86 clang-15 Debug
# runs-on: ubuntu-22.04
#
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - name: ctest build
# uses: gatzka/ctest-build-action@v2.0.2
# with:
# install_deps: ./.github/workflows/install-deps.sh
# ctest_toolchain_file: /tmp/cio/toolchains/x86-linux-clang-15.cmake
# ctest_configuration_type: Debug
#
# clang-15-release:
# name: x86 clang-15 Release
# runs-on: ubuntu-22.04
#
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - name: ctest build
# uses: gatzka/ctest-build-action@v2.0.2
# with:
# install_deps: ./.github/workflows/install-deps.sh
# ctest_toolchain_file: /tmp/cio/toolchains/x86-linux-clang-15.cmake
# ctest_configuration_type: Release
#
clang-18-debug:
name: x86 clang-17 Debug
runs-on: ubuntu-24.04

steps:
- name: Checkout
uses: actions/checkout@v4
- name: ctest build
uses: gatzka/ctest-build-action@v2.1.0
with:
install_deps: ./.github/workflows/install-deps.sh
ctest_toolchain_file: /tmp/cio/toolchains/x86-linux-clang-18.cmake
ctest_configuration_type: Debug

clang-18-release:
name: x86 clang-18 Release
runs-on: ubuntu-24.04

steps:
- name: Checkout
uses: actions/checkout@v4
- name: ctest build
uses: gatzka/ctest-build-action@v2.1.0
with:
install_deps: ./.github/workflows/install-deps.sh
ctest_toolchain_file: /tmp/cio/toolchains/x86-linux-clang-18.cmake
ctest_configuration_type: Release

# clang-15-UndefinedBehaviorSanitizer:
# name: x86 clang-15 UndefinedBehaviorSanitizer
# runs-on: ubuntu-22.04
Expand Down

0 comments on commit f214485

Please sign in to comment.