aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 8a48951..675a929 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,18 +28,18 @@ jobs:
- name: Simple CMake projects
script:
- - make simple
- - make static
- - make dynamic
+ - make -f .ci/Makefile simple
+ - make -f .ci/Makefile static
+ - make -f .ci/Makefile dynamic
- name: Boost 1.58
- script: make boost/58
+ script: make -f .ci/Makefile boost/58
- name: Boost 1.72
- script: make boost/72
+ script: make -f .ci/Makefile boost/72
- name: Boost 1.65
- script: make boost/65
+ script: make -f .ci/Makefile boost/65
env:
travis_boost_version: 1.65.0
configuration: MinSizeRel