Selaa lähdekoodia

Create .travis.yml

renu555 10 vuotta sitten
vanhempi
commit
d7f2cce11f
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  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