Added initial example for automated CI
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
parent
54cb362729
commit
c48d2d1539
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cpp_examples.yml
vendored
4
.github/workflows/cpp_examples.yml
vendored
|
|
@ -20,8 +20,8 @@ jobs:
|
|||
- name: "[Release g++] Build & Test"
|
||||
uses: KomputeProject/action-cmake-build@master
|
||||
with:
|
||||
build-dir: examples/array_multiplication/build
|
||||
source-dir: examples/array_multiplication
|
||||
build-dir: ${{github.workspace}}/examples/array_multiplication/build
|
||||
source-dir: ${{github.workspace}}/examples/array_multiplication
|
||||
cc: gcc
|
||||
cxx: g++
|
||||
build-type: Debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue