diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml new file mode 100644 index 00000000..7b060121 --- /dev/null +++ b/.builds/openbsd.yml @@ -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 diff --git a/.gitignore b/.gitignore index aa39b719..54919650 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .* !.gitignore !/.cargo +!/.builds /target /testruns