Commit a2ac5c38 authored by Guy Korland's avatar Guy Korland
Browse files

add CI

parent e216ceaf
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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment