bad idea n2

This commit is contained in:
Stay 2024-03-05 14:03:43 +01:00
parent 71596fa90d
commit 52248095fa
No known key found for this signature in database
GPG key ID: EBB5269EA8782664

View file

@ -3,12 +3,12 @@ stages:
build::linux:
stage: build
image: archlinux/base:latest
script:
- pacman -Syu --noconfirm
- pacman -S --noconfirm sdl2 openssl qt6-base qt6-multimedia portaudio xorg-server jack2 pipewire cmake clang vulkan-tools
- pacman -S --noconfirm ffmpeg libx11 libxext libsndio
- export DEBIAN_FRONTEND=noninteractive
- apt update
- apt install -y libsdl2-dev libssl-dev qt6-base-dev qt6-base-private-dev qt6-multimedia-dev libgl-dev libasound-dev xorg-dev libx11-dev libxext-dev jackd libpipewire-0.3-dev cmake clang
- apt install -y portaudio-devel ffmpeg libswscale-dev libavformat-dev libavcodec-dev libavdevice-dev sndio-devel
- mkdir build
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=Release
- cmake --build . -- -j$(nproc)
- cmake --build . -- -j"$(nproc)"