Fix circleci build
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user