1
0
Fork 0
forked from wry/wry

infra: add sr.ht build script

This commit is contained in:
Julian Orth 2022-05-04 17:11:03 +02:00
parent 8c3106f631
commit b6d406d4af
2 changed files with 17 additions and 0 deletions

16
.builds/openbsd.yml Normal file
View file

@ -0,0 +1,16 @@
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

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
.*
!.gitignore
!/.cargo
!/.builds
/target
/testruns