infra: update ci scripts
This commit is contained in:
parent
8517df1a38
commit
c56ec14345
4 changed files with 46 additions and 4 deletions
|
|
@ -1,16 +0,0 @@
|
|||
image: archlinux
|
||||
sources:
|
||||
- https://github.com/mahkoh/jay
|
||||
tasks:
|
||||
- install: |
|
||||
sudo pacman -S rustup
|
||||
rustup toolchain install stable
|
||||
rustup default stable
|
||||
- build: |
|
||||
cd jay
|
||||
cargo build --features it
|
||||
- test: |
|
||||
cd jay
|
||||
export RUSTC_BOOTSTRAP=1
|
||||
export RUST_BACKTRACE=1
|
||||
cargo run --features it -- run-tests
|
||||
Loading…
Add table
Add a link
Reference in a new issue