1
0
Fork 0
forked from wry/wry
wry/.builds/unit-tests.yml
2024-02-22 23:51:27 +01:00

11 lines
320 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 xorg-xwayland adwaita-icon-theme libxcursor cmake
rustup toolchain install stable
- test: |
cd jay
cargo test