1
0
Fork 0
forked from wry/wry
wry/.builds/unit-tests.yml

18 lines
462 B
YAML

image: archlinux
sources:
- https://github.com/mahkoh/jay
tasks:
- install: |
sudo pacman -Syu --noconfirm
sudo pacman -S --noconfirm rustup libinput pango mesa xorg-xwayland adwaita-icon-theme libxcursor cmake shaderc
rustup toolchain install stable
cd jay
git submodule update --init
- test: |
cd jay
cargo test
- test-tc: |
cd jay
git submodule update --init
cd toml-config
cargo test