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