add CI
This commit is contained in:
parent
e216ceaf0e
commit
a2ac5c3840
21
.circleci/config.yml
Normal file
21
.circleci/config.yml
Normal file
@ -0,0 +1,21 @@
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/buildpack-deps
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: dep
|
||||
command: sudo apt-get install -y tcl
|
||||
- run:
|
||||
name: Build
|
||||
command: make
|
||||
- run:
|
||||
name: Test
|
||||
command: make test
|
||||
workflows:
|
||||
version: 2
|
||||
workflow:
|
||||
jobs:
|
||||
- build
|
Loading…
x
Reference in New Issue
Block a user