Skip to content

Commit

Permalink
fix: incorrect Makefile target "debug-all" (has a different target on…
Browse files Browse the repository at this point in the history
… travis VMs with g++)
  • Loading branch information
morotti committed Jan 30, 2016
1 parent a7aef20 commit 9b399a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ os:
- linux

env:
- PROJECT=quinto.pro BUILDSPEC=debug-all
- PROJECT=quinto.pro BUILDSPEC=release-all
- PROJECT=tests.pro BUILDSPEC=debug-all
- PROJECT=tests.pro BUILDSPEC=release-all
- PROJECT=quinto.pro BUILDFILE=Makefile.Debug
- PROJECT=quinto.pro BUILDFILE=Makefile.Release
- PROJECT=tests.pro BUILDFILE=Makefile.Debug
- PROJECT=tests.pro BUILDFILE=Makefile.Release

before_install:
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
Expand All @@ -25,4 +25,4 @@ before_install:

script:
- qmake -qt=qt5 -spec linux-g++ $PROJECT
- make --always-make -f Makefile $BUILDSPEC
- make --always-make -f $BUILDFILE

0 comments on commit 9b399a3

Please sign in to comment.