remove use of buildomat

This commit is contained in:
Adam H. Leventhal 2022-07-02 09:46:33 -07:00
parent 8687a635e9
commit a4d03adaba
2 changed files with 0 additions and 24 deletions

View File

@ -1,5 +0,0 @@
#
# This file, with this flag, must be present in the default branch in order for
# the buildomat integration to create check suites.
#
enable = true

View File

@ -1,19 +0,0 @@
#!/bin/bash
#:
#: name = "build-and-test / illumos"
#: variety = "basic"
#: target = "helios"
#: rust_toolchain = "stable"
#:
set -o errexit
set -o pipefail
set -o xtrace
rustc --version
banner build
ptime -m cargo build --tests --verbose
banner test
ptime -m cargo test --verbose