infra: add sr.ht build script
This commit is contained in:
parent
8c3106f631
commit
b6d406d4af
2 changed files with 17 additions and 0 deletions
16
.builds/openbsd.yml
Normal file
16
.builds/openbsd.yml
Normal 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
1
.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
|||
.*
|
||||
!.gitignore
|
||||
!/.cargo
|
||||
!/.builds
|
||||
/target
|
||||
/testruns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue