aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..66ba91c
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
+language: cpp
+os: linux
+dist: bionic
+
+env:
+ global:
+ - boost_version=1.71.0
+ matrix:
+ - build_type=debug arch=x64
+ - build_type=release arch=x64
+
+before_script:
+ - ./.travis/build_boost.sh
+
+script:
+ - ./.travis/build.sh