add build for windows screenshot

This commit is contained in:
Stay 2024-03-05 14:28:20 +01:00
parent 7f6f98827f
commit b17a420cdf
No known key found for this signature in database
GPG key ID: EBB5269EA8782664
2 changed files with 0 additions and 17 deletions

View file

@ -1,17 +0,0 @@
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- build
build::linux:
stage: build
script:
- 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-get install -y libasound-dev portaudio19-dev libportaudio2 libportaudiocpp0 xorg-dev libx11-dev libxext-dev jackd libpipewire-0.3-dev
- mkdir build
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=Release
- cmake --build . -- -j"$(nproc)"

Binary file not shown.

After

Width:  |  Height:  |  Size: 871 KiB