1
0
Fork 0
forked from wry/wry
wry/.builds/test.yml
2024-09-01 20:25:22 +02:00

20 lines
570 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 shaderc
rustup toolchain install stable
- configure: |
sudo rmmod bochs
sudo modprobe vkms
sudo chmod o+rw /dev/dri/card*
sudo chmod o+r /dev/udmabuf
- build: |
cd jay
cargo build --features it
- test: |
cd jay
export RUST_BACKTRACE=1
./target/debug/jay run-tests