Browse Source

travis-ci explicitly set spec

QGC4.4
Daniel Agar 10 years ago
parent
commit
474230af88
  1. 10
      .travis.yml

10
.travis.yml

@ -8,15 +8,15 @@ git: @@ -8,15 +8,15 @@ git:
matrix:
include:
- os: linux
env: CONFIG=release
env: SPEC=linux-g++-64 CONFIG=debug
- os: linux
env: CONFIG=debug
env: SPEC=linux-g++-64 CONFIG=release
- os: osx
osx_image: beta-xcode6.3
env: CONFIG=release
env: SPEC=macx-clang CONFIG=debug
- os: osx
osx_image: beta-xcode6.3
env: CONFIG=debug
env: SPEC=macx-clang CONFIG=release
cache:
- apt
@ -50,7 +50,7 @@ install: @@ -50,7 +50,7 @@ install:
fi
before_script: qmake CONFIG+=${CONFIG} -r qgroundcontrol.pro
before_script: qmake -r qgroundcontrol.pro CONFIG+=${CONFIG} -spec ${SPEC}
script:
- echo 'Building QGroundControl' && echo -en 'travis_fold:start:script.1\\r'
- make -j4

Loading…
Cancel
Save