Skip to content

Commit 3a120c6

Browse files
authored
circleci
1 parent 2ddb33c commit 3a120c6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.circleci/config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: debian:stretch
6+
7+
steps:
8+
- checkout
9+
10+
- run:
11+
name: Build
12+
command: make

0 commit comments

Comments
 (0)