Explorar o código

Enable TravisCI building

Akinari1087 %!s(int64=11) %!d(string=hai) anos
pai
achega
fb74928700
Modificáronse 1 ficheiros con 19 adicións e 0 borrados
  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