Add OpenBSD and FreeBSD CI to Travis
This commit adds support to test all libc definitions on both OpenBSD and
FreeBSD via QEMU userspace emulation. Specially prepared images for each OS are
used which are essentially intended to run a script on startup and then exit.
Documentation has been added to the `ci/README.md` file describing this new
system.
diff --git a/ci/run.sh b/ci/run.sh
index 14985be..706bf7a 100644
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -47,11 +47,7 @@
grep "^PASSED .* tests" /tmp/out
;;
- *-apple-ios)
- libc-test/target/$TARGET/debug/libc-test
- ;;
-
*)
- cargo run --manifest-path libc-test/Cargo.toml --target $TARGET
+ libc-test/target/$TARGET/debug/libc-test
;;
esac