Panagiotis Christopoulos Charitos 10 лет назад
Родитель
Сommit
fd272d3e25
1 измененных файлов с 20 добавлено и 0 удалено
  1. 20 0
      .travis.yml

+ 20 - 0
.travis.yml

@@ -0,0 +1,20 @@
+language: cpp
+
+compiler:
+  - gcc
+
+script:
+  - bundle exec cd build
+  - bundle exec cmake .. -DANKI_BUILD_TOOLS=OFF
+
+branches:
+  only:
+    - master
+
+notifications:
+  email: false
+
+os:
+  - linux
+
+