Advent doesn't need automake

This commit is contained in:
David James Sherman 2017-05-30 20:11:53 +00:00 committed by davidjsherman
parent 6b8c994876
commit 5c8276e2cb

View file

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