summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-04 16:07:47 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-04 16:07:47 +0300
commit1366b01790631ba1134a4dfd03d939b4b40360b8 (patch)
tree28131edb04a563021bd1a3d445ec3be7c4ae6602 /.travis.yml
parent0a9d95dfc9ef2c7e822257cc7b256cdd24d4a0d3 (diff)
Install missing dependencies in travis-ci/appveyor
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2047a2db..3e631f30 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,8 @@ matrix:
compiler: clang
env:
- DEPLOYMENT=1
+ - USE_BUNDLED_BOOST=0
+ - USE_BUNDLED_SPDLOG=0
- os: linux
compiler: gcc
env:
@@ -22,6 +24,8 @@ matrix:
- QT_VERSION="-5.10.1"
- QT_PKG=510
- DEPLOYMENT=1
+ - USE_BUNDLED_BOOST=1
+ - USE_BUNDLED_SPDLOG=1
addons:
apt:
sources: ["ubuntu-toolchain-r-test"]
@@ -33,6 +37,8 @@ matrix:
- C_COMPILER=gcc-7
- QT_VERSION=571
- QT_PKG=57
+ - USE_BUNDLED_BOOST=1
+ - USE_BUNDLED_SPDLOG=1
addons:
apt:
sources: ["ubuntu-toolchain-r-test"]
@@ -44,6 +50,8 @@ matrix:
- C_COMPILER=clang-5.0
- QT_VERSION=592
- QT_PKG=59
+ - USE_BUNDLED_BOOST=1
+ - USE_BUNDLED_SPDLOG=1
addons:
apt:
sources: ["ubuntu-toolchain-r-test", "llvm-toolchain-trusty-5.0"]