File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 7
7
- os : linux
8
8
language : cpp
9
9
env :
10
+ - BUILD=qt4
10
11
- QT_VERSION=4
11
12
- LLVM_VERSION=3.8
12
13
sudo : false
@@ -58,6 +59,7 @@ matrix:
58
59
- os : linux
59
60
language : python # This lets us use newer python versions from virtualenv
60
61
env :
62
+ - BUILD=qt5
61
63
- QT_VERSION=5
62
64
- LLVM_VERSION=3.8
63
65
sudo : false
@@ -89,6 +91,8 @@ matrix:
89
91
- clang-3.8
90
92
# OSX based build with QT4 and Python 2
91
93
- os : osx
94
+ env :
95
+ - BUILD=osx
92
96
93
97
git :
94
98
depth : 30
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ SET (CTEST_BUILD_COMMAND "/usr/bin/make -j2 -i -k")
9
9
SET (CTEST_SITE "travis-ci.org")
10
10
IF ($ENV{TRAVIS_PULL_REQUEST} STREQUAL "false")
11
11
# No pull request
12
- SET (CTEST_BUILD_NAME "$ENV{TRAVIS_BRANCH} ($ENV{TRAVIS_COMMIT})")
12
+ SET (CTEST_BUILD_NAME "$ENV{TRAVIS_BRANCH} ($ENV{BUILD}) ($ENV{ TRAVIS_COMMIT})")
13
13
ELSE()
14
- SET (CTEST_BUILD_NAME "PR: $ENV{TRAVIS_PULL_REQUEST} / $ENV{TRAVIS_BRANCH} ($ENV{TRAVIS_COMMIT})")
14
+ SET (CTEST_BUILD_NAME "PR: $ENV{TRAVIS_PULL_REQUEST} / $ENV{TRAVIS_BRANCH} ($ENV{BUILD}) ($ENV{ TRAVIS_COMMIT})")
15
15
ENDIF()
16
16
SET (CTEST_BUILD_CONFIGURATION "Release")
17
17
SET (CTEST_TEST_TIMEOUT 60) # 60 seconds
You can’t perform that action at this time.
0 commit comments