travis: add builds for the example app

This commit is contained in:
Ralph Lange
2019-11-20 15:44:40 +01:00
parent 064b4d3998
commit c734ef9ce9
4 changed files with 62 additions and 4 deletions

View File

@@ -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)