circle.yml

This commit is contained in:
Rafael Garcia 2017-02-08 20:29:23 +00:00
parent 14568eb5ad
commit 0685d1e90a

11
circle.yml Normal file
View file

@ -0,0 +1,11 @@
machine:
post:
- cd $HOME && git clone --depth 1 -v git@github.com:clever/ci-scripts.git && cd ci-scripts && git show --oneline -s
services:
- docker
compile:
override:
- make build
test:
override:
- echo TODO