瀏覽代碼

Add travis config

tags/v0.0.1
Thom Wiggers 5 年之前
父節點
當前提交
34a41163bc
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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 :

Loading…
取消
儲存