Modernize tests, remove Tester project, and automate amalgamation pipeline
This commit is contained in:
11
scripts/docker/ci-local.sh
Executable file
11
scripts/docker/ci-local.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
|
||||
|
||||
"${ROOT_DIR}/scripts/docker/generate-amalgamation.sh"
|
||||
"${ROOT_DIR}/scripts/docker/build-and-test.sh"
|
||||
"${ROOT_DIR}/scripts/docker/mono-net40-smoke.sh"
|
||||
|
||||
echo "All docker checks completed."
|
||||
|
||||
Reference in New Issue
Block a user