Exploring CI.

This commit is contained in:
Daniel Lemire
2019-02-22 13:11:45 -05:00
parent 4d6ed2b2c1
commit b35c01e31c
+11
View File
@@ -0,0 +1,11 @@
language: c
sudo: false
compiler:
- gcc
- clang
branches:
only:
- master
script: make && make test