소스 검색

Test travis CI

Godzil 7 년 전
부모
커밋
75bac739ee
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      .travis.yml

+ 8 - 0
.travis.yml

@@ -0,0 +1,8 @@
+language: c
+git:
+ submodule: true
+compiler:
+ - clang
+ - gcc
+script: mkdir build && cd build && cmake -DCOVERALLS=ON -DCMAKE_BUILD_TYPE=Debug .. && cmake --build . && cmake --build . --target coveralls
+install: true