test: run unit tests on sr.ht
This commit is contained in:
parent
0697911b7c
commit
09b4668a53
2 changed files with 12 additions and 28 deletions
12
.builds/unit-tests.yml
Normal file
12
.builds/unit-tests.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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
|
||||
rustup toolchain install stable
|
||||
- test: |
|
||||
cd jay
|
||||
export RUSTC_BOOTSTRAP=1
|
||||
cargo test
|
||||
Loading…
Add table
Add a link
Reference in a new issue