From a60f48285224f3aee8c6ee0df3b0a1413d98ca38 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Mon, 27 Mar 2017 19:35:26 +0200 Subject: [PATCH] added travis.yml Lets go for continuous integration! --- .travis.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..718f2113 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +# Enable C++ support +language: cpp + +# Compiler selection +compiler: + - clang + - gcc + +# Build steps +script: + - cd apps/tridecimator + - mkdir build + - cd build + - cmake .. + - make