Added initial example for automated CI
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
parent
8a3d2277b7
commit
c4a4dc4908
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cpp_examples.yml
vendored
2
.github/workflows/cpp_examples.yml
vendored
|
|
@ -33,6 +33,6 @@ jobs:
|
|||
run: |
|
||||
# Check that the expected output is printed
|
||||
OUTPUT=${{github.workspace}}/examples/array_multiplication/build/src/kompute_array_mult | \
|
||||
tee /dev/stdout | grep -q "Output: { 0 4 12 }"
|
||||
tee $(tty) | grep -q "Output: { 0 4 12 }"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue