Explorar el Código

Create .travis.yml

renu555 hace 10 años
padre
commit
d7f2cce11f
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      .travis.yml

+ 7 - 0
.travis.yml

@@ -0,0 +1,7 @@
+language: c++
+compiler: 
+  - g++
+os: linux
+
+before_script: cmake . 
+script: make && ./xmltest