Trying to support circleci
This commit is contained in:
parent
76c34c0014
commit
b086cc007d
|
@ -0,0 +1,9 @@
|
|||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/gcc:8
|
||||
steps:
|
||||
- checkout
|
||||
- run: make
|
||||
- run: make test
|
Loading…
Reference in New Issue