Skip to content

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
- CONFIG variable names changed
- Go to Qt 5.9.7
  • Loading branch information
chchwy committed Jan 8, 2020
1 parent 4b5a98d commit 4298aec
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ env:
- GH_REPO_REF: github.com/pencil2d/pencil-docs.git
- DOXYGEN_OUTPUT_DIR: $TRAVIS_BUILD_DIR/docs


addons:
apt:
sources:
- ubuntu-toolchain-r-test
- ubuntu-sdk-team
- trusty-media
- sourceline: 'ppa:beineri/opt-qt591-trusty'
- sourceline: 'ppa:beineri/opt-qt597-trusty'
packages:
- build-essential
- qt59tools
Expand Down Expand Up @@ -78,9 +77,9 @@ before_script:
script:
- mkdir "build" && cd build
- 'if [ "$TRAVIS_BRANCH" == "release" ]; then
qmake ../ PREFIX=/usr CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT DEFINES+=PENCIL2D_RELEASE;
qmake ../ PREFIX=/usr CONFIG+=release CONFIG+=GIT CONFIG+=PENCIL2D_RELEASE;
else
qmake ../ PREFIX=/usr CONFIG+=release CONFIG+=GIT CONFIG+=NIGHTLY;
qmake ../ PREFIX=/usr CONFIG+=release CONFIG+=GIT CONFIG+=PENCIL2D_NIGHTLY;
fi'
- make;
- "$TRAVIS_BUILD_DIR/build/tests/tests"
Expand Down

0 comments on commit 4298aec

Please sign in to comment.