Skip to content

Commit 278140c

Browse files
committed
Standalone workflow -> examples
1 parent 52e6545 commit 278140c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Standalone
1+
name: Examples
22

33
on:
44
push:
@@ -31,10 +31,10 @@ jobs:
3131
sudo apt-get install libboost-all-dev
3232
3333
- name: configure
34-
run: cmake -Sstandalone -Bbuild -DCMAKE_BUILD_TYPE=Debug -Dalpaka_ACC_CPU_B_SEQ_T_SEQ_ENABLE:BOOL=ON
34+
run: cmake -Sexamples -Bbuild -DCMAKE_BUILD_TYPE=Debug -Dalpaka_ACC_CPU_B_SEQ_T_SEQ_ENABLE:BOOL=ON
3535

3636
- name: build
3737
run: cmake --build build -j4
3838

3939
- name: run
40-
run: ./build/KitGenBench
40+
run: find build/examples -name 'KitGenBench*' -type f -executable -not -wholename '*/CMakeFiles/*' -exec {} \;

0 commit comments

Comments
 (0)