Explorar el Código

Add Travis CI support

tags/1.1
Timo Röhling hace 11 años
padre
commit
999db839f1
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      .travis.yml

+ 5
- 0
.travis.yml Ver fichero

@@ -0,0 +1,5 @@
1
+language: c
2
+compiler:
3
+  - gcc
4
+script: cmake -DGENERATE_SRS_SECRET=OFF && make
5
+

Loading…
Cancelar
Guardar