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

Simplified CI process by using custom prebuilt docker image

parent 19b8bbdf
Branches
No related tags found
No related merge requests found
cache:
paths:
- apt-cache/
build:
stage: build
image: sdc0/manjaro-qt6-ffmpeg
script:
- mkdir build && cd build
- cmake -DCMAKE_BUILD_TYPE=Debug .. && cmake --build . -j4
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake --build . -j4
artifacts:
paths:
- build/AVQt/libAVQt.so
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment