mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user