atst/script/cibuild
2018-07-10 10:55:28 -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