Skip to content

Commit eb570b7

Browse files
committed
Add a basic circle.yml
1 parent 21894f7 commit eb570b7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

circle.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
machine:
2+
services:
3+
- docker
4+
python:
5+
version: 2.7
6+
7+
test:
8+
override:
9+
- mkdir test_dir
10+
- cd test_dir && ../ctf-cli.py init
11+
- cd test_dir && ../ctf-cli.py update
12+
- cd test_dir && ../ctf-cli.py run

0 commit comments

Comments
 (0)