Fix circleci build

This commit is contained in:
idk
2019-09-25 01:23:40 -04:00
parent 0c570fab1c
commit 7c0c8a222b

View File

@ -2,15 +2,11 @@ version: 2
jobs:
build:
docker:
- image: debian:stretch
- image: eyedeekay/builders:gcc
steps:
- checkout
- run:
name: Dependencies
command: apt-get -yq install g++ make
- run:
name: Build
command: make