automerge/scripts/ci/run
Alex Good 20adff0071
Fix cmake CI
The cmake CI seemed to reference a few nonexistent targets for docs and
tests. Remove the doc generation step and point the test CI script at
the generated test program.
2022-10-18 11:56:37 +01:00

11 lines
229 B
Bash
Executable file

#!/usr/bin/env bash
set -eou pipefail
./scripts/ci/fmt
./scripts/ci/lint
./scripts/ci/build-test
./scripts/ci/rust-docs
./scripts/ci/advisory
./scripts/ci/wasm_tests
./scripts/ci/js_tests
./scripts/ci/cmake-build Release static