atst/script/cibuild
2018-07-31 11:50:33 -04:00

9 lines
191 B
Bash
Executable File

#!/bin/bash
# script/cibuild: Run CI related checks and tests
source "$(dirname "${0}")"/../script/include/global_header.inc.sh
# Run lint/style checks and unit tests
source ./script/test