Travis-ci build Linux AppImage with version string for v3.5 re-issue

To avoid creation of a new tag
This commit is contained in:
Ale Martinez
2020-01-17 18:00:44 -03:00
parent e90ba2e567
commit 5c47bdb633

View File

@@ -6,6 +6,8 @@ cp qwt/qwtconfig.pri.in qwt/qwtconfig.pri
cp src/gcconfig.pri.in src/gcconfig.pri
# Define GC version string, only for tagged builds
if [ -n "$TRAVIS_TAG" ]; then echo DEFINES += GC_VERSION=VERSION_STRING >> src/gcconfig.pri; fi
# Temporary hack to get a build with 3.5 version string without a new TAG
echo DEFINES += GC_VERSION=VERSION_STRING >> src/gcconfig.pri
# user WEBENGINE
echo DEFINES += NOWEBKIT >> src/gcconfig.pri
# Trusty needs C99 mode to enable declarations in for loops