ci: Build kata-runtime before running static checks

We need to build kata-runtime to have the correct files
in place to be able to run the static checks script.

Fixes #1716.

Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
This commit is contained in:
Salvador Fuentes 2019-05-21 10:00:26 -05:00
parent f4da3f585a
commit 0d98e248ff

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