Skip to content

Commit

Permalink
ci:oneapi: no debug build to avoid msan/asan
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jan 11, 2024
1 parent bd09c82 commit c6b8b8f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/oneapi-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: oneapi-linux

env:
CTEST_NO_TESTS_ACTION: error
CMAKE_BUILD_PARALLEL_LEVEL: 4
CMAKE_BUILD_TYPE: Release

on:
push:
Expand Down Expand Up @@ -29,11 +31,6 @@ jobs:
compiler: intel
version: '2023.2'

- name: Install Ninja
run: sudo apt-get install ninja-build

- uses: actions/checkout@v4

- run: cmake --workflow --preset debug

- run: cmake --workflow --preset release
- run: cmake --workflow --preset default

0 comments on commit c6b8b8f

Please sign in to comment.