circle.yml
This commit is contained in:
parent
14568eb5ad
commit
0685d1e90a
1 changed files with 11 additions and 0 deletions
11
circle.yml
Normal file
11
circle.yml
Normal 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
|
||||
Loading…
Reference in a new issue