Skip to content

Commit

Permalink
Merge pull request kata-containers#1717 from chavafg/topic/fix-static…
Browse files Browse the repository at this point in the history
…-checks

ci: Build kata-runtime before running static checks
  • Loading branch information
Julio Montes authored May 21, 2019
2 parents f4da3f5 + 0d98e24 commit e2d894d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/static-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e2d894d

Please sign in to comment.