mirror of
https://git.zaroz.cloud/nintendo-back-up/citra/citra.git
synced 2025-12-06 01:10:20 -08:00
Descend into insanity
This commit is contained in:
parent
2d3e4a69a0
commit
db888c7c88
1 changed files with 13 additions and 0 deletions
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
stages:
|
||||
- build
|
||||
|
||||
build::linux:
|
||||
stage: build
|
||||
script:
|
||||
- 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)"
|
||||
Loading…
Add table
Add a link
Reference in a new issue