Skip to content

Commit 0a1c49e

Browse files
committed
Initializing a circle CI IC process
Signed-off-by: Damien Duportal <[email protected]>
1 parent 026a8fb commit 0a1c49e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

circle.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
machine:
2+
services:
3+
- docker
4+
dependencies:
5+
override:
6+
- make build
7+
test:
8+
override:
9+
- make test

0 commit comments

Comments
 (0)