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

Merge remote-tracking branch 'origin/main'

parents d2cded71 9322630a
No related branches found
No related tags found
No related merge requests found
cache:
paths:
- apt-cache/
build: build:
stage: build stage: build
image: wiktorguz/qt6 image:
before_script: name: sdc0/manjaro-qt6-ffmpeg
- apt update && apt upgrade -o dir::cache::archives="apt-cache" -y entrypoint: ["/bin/sh", "-c"]
- apt install -o dir::cache::archives="apt-cache" -y software-properties-common
- add-apt-repository -y ppa:ubuntu-toolchain-r/test && apt update
- apt install -o dir::cache::archives="apt-cache" -y libswscale-dev libswresample-dev libpostproc-dev libavutil-dev libavresample-dev libavformat-dev libavfilter-extra libavfilter-dev libavdevice-dev libavcodec-extra libavcodec-dev ffmpeg git cmake libvulkan-dev gcc-10 gcc-10-base gcc-10-doc g++-10 libopenal-dev
script: script:
- mkdir build && cd build - mkdir build
- cmake -DCMAKE_C_COMPILER=/usr/bin/gcc-10 -DCMAKE_CXX_COMPILER=/usr/bin/g++-10 -DCMAKE_BUILD_TYPE=Debug .. && cmake --build . -j4 - cd build
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake --build . -j4
artifacts: artifacts:
paths: paths:
- build/AVQt/libAVQt.so - build/AVQt/libAVQt.so
......
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