version: 2
jobs:
build:
docker:
- image: circleci/buildpack-deps
steps:
- checkout
- run:
name: Install dependency
command: sudo apt-get install -y tcl
name: Build
command: make
name: Test
command: make test