Sfoglia il codice sorgente

Enable TravisCI building

Akinari1087 11 anni fa
parent
commit
fb74928700
1 ha cambiato i file con 19 aggiunte e 0 eliminazioni
  1. 19 0
      .travis.yml

+ 19 - 0
.travis.yml

@@ -0,0 +1,19 @@
+language: c
+compiler:
+  - clang
+  - gcc
+  
+before_script:
+  - uname -a  
+
+script: 
+  - ./configure && make sql
+  - make clean
+  - ./configure --enable-prere && make sql
+  
+notifications:
+  email: false
+  
+branches:
+  only:
+    - master