Travis: call build script directly for Docker-based builds

This commit is contained in:
Tobias Junghans
2017-10-18 18:31:54 +02:00
parent 874edf362c
commit e462f90df1

View File

@@ -10,6 +10,10 @@ if [ "$TYPE" = 'style' ]; then
# shellcheck disable=SC2046
shellcheck $(find -O3 "$TRAVIS_BUILD_DIR/.travis/" "$TRAVIS_BUILD_DIR/cmake/" -type f -name '*.sh' -o -name "*.sh.in")
else if [[ $TARGET_OS == "win32" || $TARGET_OS == "win64" ]] ; then
"$TRAVIS_BUILD_DIR/.travis/$TRAVIS_OS_NAME.$TARGET_OS.script.sh"
else
mkdir build