travis: add builds for the example app
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Module ci-scripts unit tests
|
||||
|
||||
# SET=test00 in .travis.yml runs the tests in this script
|
||||
# all other jobs are started as compile jobs
|
||||
|
||||
set -x
|
||||
|
||||
[ "$SET" != "test00" ] && exec ./travis/build.sh
|
||||
|
||||
UTILS_UNITTEST=1
|
||||
|
||||
# Perl version of "readlink -f" (which MacOS does not provide)
|
||||
|
||||
Reference in New Issue
Block a user