Skip to content

Commit

Permalink
Revert "travis-ci - build linux AppImage with version string for v3.5…
Browse files Browse the repository at this point in the history
… release"

This reverts commit c6691bf.
[skip ci]
  • Loading branch information
amtriathlon committed Jan 14, 2020
1 parent c6691bf commit 17541b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions travis/linux/before_script.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ cp qwt/qwtconfig.pri.in qwt/qwtconfig.pri
cp src/gcconfig.pri.in src/gcconfig.pri cp src/gcconfig.pri.in src/gcconfig.pri
# Define GC version string, only for tagged builds # Define GC version string, only for tagged builds
if [ -n "$TRAVIS_TAG" ]; then echo DEFINES += GC_VERSION=VERSION_STRING >> src/gcconfig.pri; fi 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 # user WEBENGINE
echo DEFINES += NOWEBKIT >> src/gcconfig.pri echo DEFINES += NOWEBKIT >> src/gcconfig.pri
# Trusty needs C99 mode to enable declarations in for loops # Trusty needs C99 mode to enable declarations in for loops
Expand Down

0 comments on commit 17541b3

Please sign in to comment.