summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-11 19:02:36 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-11 19:02:36 +0300
commit1192dc5134dc0369853f72c6e07636e06d5da959 (patch)
tree5e781ca1f9dd241ed05bf5d9b8ba9dfb9ea98e02 /.travis.yml
parent074608dec15e10a61decdcc017cc1927b99b8dc3 (diff)
Update CI with cmark
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e6c6d443..bd165f88 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,7 @@ matrix:
env:
- DEPLOYMENT=1
- USE_BUNDLED_BOOST=0
+ - USE_BUNDLED_CMARK=0
- os: linux
compiler: gcc
env:
@@ -24,6 +25,7 @@ matrix:
- QT_PKG=510
- DEPLOYMENT=1
- USE_BUNDLED_BOOST=1
+ - USE_BUNDLED_CMARK=1
addons:
apt:
sources: ["ubuntu-toolchain-r-test"]
@@ -36,6 +38,7 @@ matrix:
- QT_VERSION="-5.10.1"
- QT_PKG=510
- USE_BUNDLED_BOOST=1
+ - USE_BUNDLED_CMARK=1
addons:
apt:
sources: ["ubuntu-toolchain-r-test"]
@@ -48,6 +51,7 @@ matrix:
- QT_VERSION=571
- QT_PKG=57
- USE_BUNDLED_BOOST=1
+ - USE_BUNDLED_CMARK=1
addons:
apt:
sources: ["ubuntu-toolchain-r-test"]
@@ -60,6 +64,7 @@ matrix:
- QT_VERSION=592
- QT_PKG=59
- USE_BUNDLED_BOOST=1
+ - USE_BUNDLED_CMARK=1
addons:
apt:
sources: ["ubuntu-toolchain-r-test", "llvm-toolchain-trusty-5.0"]