Skip to content
Snippets Groups Projects
Commit 9c357e1f authored by Silas Della Contrada's avatar Silas Della Contrada
Browse files

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
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
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