From 474230af88098453a4ee2d8b83416b9a20124dd9 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Fri, 4 Sep 2015 22:56:43 -0400 Subject: [PATCH] travis-ci explicitly set spec --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a8635c7..b3b21d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: 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