Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LibAVQt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
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
Nik | Klampfradler
LibAVQt
Commits
9c357e1f
Commit
9c357e1f
authored
3 years ago
by
Silas Della Contrada
Browse files
Options
Downloads
Patches
Plain Diff
Updated GitLab CI to use docker image built by GitHub Actions on ghcr.io
parent
766cbc44
No related branches found
No related tags found
No related merge requests found
Changes
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 @
9c357e1f
build
:
build
:
stage
:
build
stage
:
build
image
:
image
:
name
:
sdc0/manjaro-qt6-ffmpeg
name
:
ghcr.io/
sdc0/manjaro-qt6-ffmpeg
entrypoint
:
[
"
/bin/sh"
,
"
-c"
]
entrypoint
:
[
"
/bin/sh"
,
"
-c"
]
script
:
script
:
-
mkdir build
-
mkdir build
...
@@ -13,4 +13,4 @@ build:
...
@@ -13,4 +13,4 @@ build:
-
build/AVQt/libAVQt_static.a
-
build/AVQt/libAVQt_static.a
-
build/AVQt/libAVQt.so
-
build/AVQt/libAVQt.so
-
AVQt/
-
AVQt/
expire_in
:
1 week
expire_in
:
1 week
\ No newline at end of file
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