1
0
Fork 0
forked from wry/wry
wry/.builds/build.yml
2025-09-17 14:23:38 +02:00

13 lines
383 B
YAML

image: archlinux
sources:
- https://github.com/mahkoh/jay
tasks:
- packages: |
echo 'Server = https://mirrors.n-ix.net/archlinux/$repo/os/$arch' | sudo tee /etc/pacman.d/mirrorlist
- install: |
sudo pacman -Syu --noconfirm
sudo pacman -S --noconfirm rustup libinput pango mesa
rustup toolchain install stable
- build: |
cd jay
cargo build