mirror of
https://git.zaroz.cloud/nintendo-back-up/citra/citra.git
synced 2025-12-06 06:50:42 -08:00
bad idea n2
This commit is contained in:
parent
71596fa90d
commit
52248095fa
1 changed files with 5 additions and 5 deletions
|
|
@ -3,12 +3,12 @@ stages:
|
||||||
|
|
||||||
build::linux:
|
build::linux:
|
||||||
stage: build
|
stage: build
|
||||||
image: archlinux/base:latest
|
|
||||||
script:
|
script:
|
||||||
- pacman -Syu --noconfirm
|
- export DEBIAN_FRONTEND=noninteractive
|
||||||
- pacman -S --noconfirm sdl2 openssl qt6-base qt6-multimedia portaudio xorg-server jack2 pipewire cmake clang vulkan-tools
|
- apt update
|
||||||
- pacman -S --noconfirm ffmpeg libx11 libxext libsndio
|
- 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
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake .. -DCMAKE_BUILD_TYPE=Release
|
- cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||||
- cmake --build . -- -j$(nproc)
|
- cmake --build . -- -j"$(nproc)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue