Commit 11805062 authored by Don Gagne's avatar Don Gagne

parent d58e064e
...@@ -191,10 +191,10 @@ script: ...@@ -191,10 +191,10 @@ script:
# run qmake # run qmake
- mkdir ${SHADOW_BUILD_DIR} && cd ${SHADOW_BUILD_DIR} - mkdir ${SHADOW_BUILD_DIR} && cd ${SHADOW_BUILD_DIR}
- if [ "${TRAVIS_TAG}" ]; then - if [ "${TRAVIS_TAG}" ]; then
echo "Stable build" echo "Stable build" &&
export STABLE_OR_DAILY=StableBuild; export STABLE_OR_DAILY=StableBuild;
else else
echo "Daily build" echo "Daily build" &&
export STABLE_OR_DAILY=DailyBuild; export STABLE_OR_DAILY=DailyBuild;
fi fi
# Due to possible bug in Qt 5.11 WarningsAsErrorsOn is off for Linux builds. Hopefully back on once that is resolved. # Due to possible bug in Qt 5.11 WarningsAsErrorsOn is off for Linux builds. Hopefully back on once that is resolved.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment