From: David James Sherman Date: Tue, 30 May 2017 20:11:53 +0000 (+0000) Subject: Advent doesn't need automake X-Git-Tag: seed~6 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=5c8276e2cbd438c16948621188ddee4cc92a13d5 Advent doesn't need automake --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 725dfcb..13ad35d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: