Explorar el Código

Added a basic travis file for the CLI

Adam Kelly hace 5 años
padre
commit
6077f65e43
Se han modificado 1 ficheros con 19 adiciones y 0 borrados
  1. 19 0
      .travis.yml

+ 19 - 0
.travis.yml

@@ -0,0 +1,19 @@
+language: c
+
+matrix:
+  include:
+    - os: linux
+      dist: trusty
+      sudo: true
+      compiler: gcc
+      addons:
+       apt:
+         packages: 
+           - build-essential
+           - ninja
+
+script:
+  - mkdir -p build
+  - cd build
+  - cmake ..
+  - make