Added initial example for automated CI

Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
Alejandro Saucedo 2022-11-26 15:41:58 +00:00
parent 8a3d2277b7
commit c4a4dc4908
No known key found for this signature in database
GPG key ID: 99EBB7E98B99695F

View file

@ -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 }"