Skip to content

Commit

Permalink
ci:oneapi: parallel=on,off
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed May 24, 2024
1 parent 78cfd9e commit db3c9fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/oneapi-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30

name: parallel=${{ matrix.parallel }} int64=${{ matrix.int64 }}

strategy:
matrix:
int64: [true, false]
parallel: [true, false]

steps:
- uses: actions/checkout@v4
Expand All @@ -60,10 +63,11 @@ jobs:
source /opt/intel/oneapi/setvars.sh
printenv >> $GITHUB_ENV
- name: CMake Configure intsize64=${{ matrix.int64 }}
- name: CMake Configure
run: >-
cmake --preset default
-Dintsize64=${{ matrix.int64 }}
-Dparallel:BOOL=${{ matrix.parallel }}
- name: print config log CMake
run: cat build/CMakeFiles/CMakeConfigureLog.yaml
Expand Down

0 comments on commit db3c9fd

Please sign in to comment.