diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-11-22 11:06:26 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-11-22 11:06:26 +0100 |
commit | 913f0d638d5380658c1ef008af67a69953323273 (patch) | |
tree | 06d47f1e968b091aea5f75fe3cf57599def6f98a /.gitlab-ci.yml | |
parent | 8f4b5b52ee905b856cd1a73adadfb8dc70342d4a (diff) |
ci: require autoconf-archive
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6727160d..47548570 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: before_script: - apt update || true - - apt -y install autoconf automake libtool libglib2.0-dev libgudev-1.0-dev libgettextpo-dev autopoint xsltproc dbus + - apt -y install autoconf automake libtool libglib2.0-dev libgudev-1.0-dev libgettextpo-dev autopoint xsltproc dbus autoconf-archive build-no-qmi: stage: build |