Skip to content

Commit

Permalink
ci: build and run c-launch example
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Klotzbuecher <mk@mkio.de>
  • Loading branch information
kmarkus committed Jul 10, 2020
1 parent 97f53ae commit 572bb9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,7 @@ script:
- pushd examples/platform/platform_launch
- autoreconf -i && ./configure && make
- popd
# build the minimal c-launch example and run it
- pushd examples/C/
- gcc -Wall -Werror c-launch.c -o c-launch -lubx
- ./c-launch 1

0 comments on commit 572bb9b

Please sign in to comment.