We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddb33c commit 3a120c6Copy full SHA for 3a120c6
1 file changed
.circleci/config.yml
@@ -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