소스 검색

Enable TravisCI building

Akinari1087 11 년 전
부모
커밋
fb74928700
1개의 변경된 파일19개의 추가작업 그리고 0개의 파일을 삭제
  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