From 129ddafb264486ed787ef6203429de64bbf4f514 Mon Sep 17 00:00:00 2001 From: Vlasta Vesely Date: Tue, 23 Feb 2021 07:55:28 +0100 Subject: [PATCH] fix Gitlab CI --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 052e671..96fe93a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,11 @@ stages: before_script: - apt update - - apt install -y make gcc pkg-config check + - apt install -y autoconf make gcc pkg-config check test: stage: test script: + - sh autogen.sh + - sh configure - make test