We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc4a2d commit a901222Copy full SHA for a901222
.github/workflows/install.yml
@@ -38,7 +38,7 @@ jobs:
38
rm -rf build
39
40
- name: configure
41
- run: cmake -Stest -Bbuild -DTEST_INSTALLED_VERSION=1
+ run: cmake -Stest -Bbuild -DTEST_INSTALLED_VERSION=1 -Dalpaka_ACC_CPU_B_SEQ_T_SEQ_ENABLE:BOOL=ON
42
43
- name: build
44
run: cmake --build build --config Debug -j4
.github/workflows/ubuntu.yml
@@ -33,7 +33,7 @@ jobs:
33
sudo apt-get install libboost-all-dev
34
35
36
- run: cmake -Stest -Bbuild -DENABLE_TEST_COVERAGE=1 -DCMAKE_BUILD_TYPE=Debug
+ run: cmake -Stest -Bbuild -DENABLE_TEST_COVERAGE=1 -DCMAKE_BUILD_TYPE=Debug -Dalpaka_ACC_CPU_B_SEQ_T_SEQ_ENABLE:BOOL=ON
37
run: cmake --build build -j4
0 commit comments