Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
Opus
Commits
9fc8fc4c
Verified
Commit
9fc8fc4c
authored
1 year ago
by
Marcus Asteborg
Committed by
Jean-Marc Valin
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix Gitlab CI
Signed-off-by:
Jean-Marc Valin
<
jmvalin@jmvalin.ca
>
parent
5023249b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#4040
passed
1 year ago
Stage: build
Stage: test
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-5
6 additions, 5 deletions
.gitlab-ci.yml
with
6 additions
and
5 deletions
.gitlab-ci.yml
+
6
−
5
View file @
9fc8fc4c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment