Merge pull request #1717 from chavafg/topic/fix-static-checks

ci: Build kata-runtime before running static checks
This commit is contained in:
Julio Montes
2019-05-21 16:20:53 -05:00
committed by GitHub

View File

@@ -9,4 +9,8 @@ set -e
cidir=$(dirname "$0")
source "${cidir}/lib.sh"
# Build kata-runtime before running static checks
make -C "${cidir}/../"
# Run static checks
run_static_checks