Skip to content
Snippets Groups Projects
Verified Commit 07f201a9 authored by Marcus Asteborg's avatar Marcus Asteborg
Browse files

Add dependencies for model download in Gitlab CI

parent 93d0ef5b
No related branches found
No related tags found
1 merge request!77Add dependencies for model download in Gitlab CI
Pipeline #3824 passed
......@@ -78,7 +78,7 @@ cmake:
stage: build
before_script:
- apt-get update &&
apt-get install -y cmake ninja-build git
apt-get install -y cmake ninja-build git automake libtool
- !reference [.snippets, git_prep]
script:
- ./autogen.sh
......@@ -92,7 +92,7 @@ cmake:
stage: build
before_script:
- apt-get update &&
apt-get install -y ninja-build doxygen meson git
apt-get install -y ninja-build doxygen meson git automake libtool wget
- !reference [.snippets, git_prep]
script:
- ./autogen.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment