1
0
Fork 0
forked from wry/wry
wry/.builds/build.yml
2024-04-21 13:07:13 +02:00

11 lines
286 B
YAML

image: archlinux
sources:
- https://github.com/mahkoh/jay
tasks:
- install: |
sudo pacman -Syu --noconfirm
sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon cmake shaderc
rustup toolchain install stable
- build: |
cd jay
cargo build