Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Asteborg <xnorpx@outlook.com>2023-06-14 08:22:58 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2023-06-14 08:46:52 +0300
commit9fc8fc4cf432640f284113ba502ee027268b0d9f (patch)
treec434256573dd43af6d4e96b3eaa125228b726a7a
parent5023249b5c935545fb02dbfe845cae996ecfc8bb (diff)
Fix Gitlab CI
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
-rw-r--r--.gitlab-ci.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9faefee7..d3303350 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,8 +13,7 @@ workflow:
default:
tags:
- docker
- # Image from https://hub.docker.com/_/gcc/ based on Debian
- image: gcc:9
+ image: 'debian:bookworm-slim'
# https://docs.gitlab.com/ee/ci/yaml/yaml_optimization.html#reference-tags
.snippets:
@@ -30,12 +29,14 @@ default:
whitespace:
stage: test
+ before_script:
+ - apt-get update &&
+ apt-get install -y git
script:
- git diff-tree --check origin/master HEAD
# Make sure commits are GPG signed
ci-fairy:
- image: 'debian:bookworm-slim'
stage: test
script:
- apt update
@@ -57,7 +58,7 @@ autoconf:
stage: build
before_script:
- apt-get update &&
- apt-get install -y zip doxygen git
+ apt-get install -y zip doxygen git automake libtool make
- !reference [.snippets, git_prep]
script:
- ./autogen.sh
@@ -77,7 +78,7 @@ cmake:
stage: build
before_script:
- apt-get update &&
- apt-get install -y cmake ninja-build
+ apt-get install -y cmake ninja-build git
- !reference [.snippets, git_prep]
script:
- mkdir build