From fd60e85bdaa0f291c2cb9aaee126f58bcd6d0e78 Mon Sep 17 00:00:00 2001 From: Christoph Knote Date: Fri, 4 Mar 2022 11:27:07 +0100 Subject: [PATCH] Add autotools install --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e5a3d5..5a9a868 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ cache: build: before_script: - DEBIAN_FRONTEND=noninteractive apt-get -qq update - - DEBIAN_FRONTEND=noninteractive apt-get -qq install wget patch make gcc gfortran flex bison texlive + - DEBIAN_FRONTEND=noninteractive apt-get -qq install wget patch make gcc gfortran flex bison texlive autoconf autotools-dev script: - aclocal - autoconf -- GitLab