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

Updated .gitlab-ci.yml file to use own runner

parent f256273e
No related branches found
No related tags found
No related merge requests found
default:
image:
name: sdc0/manjaro-qt6-ffmpeg
entrypoint: ["/bin/sh", "-c"]
tags:
- arm64
build: build:
stage: build stage: build
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
image:
name: sdc0/manjaro-qt6-ffmpeg
entrypoint: ["/bin/sh", "-c"]
script: script:
- mkdir build - mkdir build
- cd build - cd build
......
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