redict/.circleci/config.yml
2019-03-15 22:22:06 +02:00

17 lines
301 B
YAML

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