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
07f201a9
Verified
Commit
07f201a9
authored
1 year ago
by
Marcus Asteborg
Browse files
Options
Downloads
Patches
Plain Diff
Add dependencies for model download in Gitlab CI
parent
93d0ef5b
No related branches found
No related tags found
1 merge request
!77
Add dependencies for model download in Gitlab CI
Pipeline
#3824
passed
1 year ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
07f201a9
...
...
@@ -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
...
...
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