12 lines
351 B
YAML
12 lines
351 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
|
|
export RUSTC_BOOTSTRAP=1
|
|
cargo test
|