소스 검색

Add travis config

tags/v0.0.1
Thom Wiggers 5 년 전
부모
커밋
34a41163bc
No known key found for this signature in database GPG 키 ID: 1BB0A7CE26E363
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. +13
    -0
      .travis.yml

+ 13
- 0
.travis.yml 파일 보기

@@ -0,0 +1,13 @@
language: c

compiler:
- clang
- gcc

script:
- make test-all
- if [[ $(find . -iname *.h -o -iname *.c | xargs clang-format -style=file) ]]; then;
echo "Files need formatting.";
exit 1;
fi;
# vim: set ft=yaml ts=2 sw=2 tw=0 et :

불러오는 중...
취소
저장