spiegel-keyman/resources/teamcity/common/common-test-common-web.sh
2025-12-02 06:17:31 +01:00

21 lines
652 B
Bash
Executable file

#!/usr/bin/env bash
# Keyman is copyright (C) SIL Global. MIT License.
# shellcheck disable=SC2164
# shellcheck disable=SC1091
## START STANDARD BUILD SCRIPT INCLUDE
# adjust relative paths as necessary
THIS_SCRIPT="$(readlink -f "${BASH_SOURCE[0]}")"
. "${THIS_SCRIPT%/*}/../../../resources/build/builder-full.inc.sh"
## END STANDARD BUILD SCRIPT INCLUDE
################################ Main script ################################
builder_describe \
"Run unit tests in /common/web" \
"all configure, build, and test common/web"
builder_parse "$@"
builder_run_action all builder_launch /common/web/build.sh configure build test