Advent doesn't need automake

This commit is contained in:
David James Sherman 2017-05-30 20:11:53 +00:00 committed by NHOrus
parent 51a34d9e6d
commit a5a35b8fcf

View file

@ -4,7 +4,7 @@ image: gcc
build: build:
stage: build stage: build
before_script: before_script:
- apt update && apt -y install make autoconf - apt update && apt -y install make
script: script:
- make advent - make advent
artifacts: artifacts: