Add bld example compile step
This commit is contained in:
parent
a8ce2a04b8
commit
d79f225325
1 changed files with 1 additions and 0 deletions
1
.github/workflows/bld.yml
vendored
1
.github/workflows/bld.yml
vendored
|
@ -36,6 +36,7 @@ jobs:
|
|||
- name: Compile and run examples [bld examples]
|
||||
working-directory: examples/bld
|
||||
run: |
|
||||
./bld compile
|
||||
./bld run --args='https://erik.thauvin.net/ https://bit.ly/2PsNMAA'
|
||||
./bld run-retrieve
|
||||
./bld run-java --args='https://erik.thauvin.net/ https://bit.ly/2PsNMAA'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue