1
0
Fork 0
forked from wry/wry
wry/.builds/build.yml
2022-05-17 16:07:06 +02:00

12 lines
291 B
YAML

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