7 lines
143 B
Bash
Executable File
7 lines
143 B
Bash
Executable File
#!/bin/bash
|
|
set -xeuo pipefail
|
|
# Add cheap (non-building) checks here
|
|
dn=$(dirname $0)
|
|
${dn}/codestyle.sh
|
|
${dn}/ci-commitmessage-submodules.sh
|