mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-14 21:39:26 +00:00
rust-agent: Land rust agent into kata-containers
Fixes: #56 Signed-off-by: Yang Bo <bo@hyper.sh>
This commit is contained in:
13
ci/static-checks.sh
Executable file
13
ci/static-checks.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Copyright (c) 2017-2018 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
set -e
|
||||
|
||||
cidir=$(dirname "$0")
|
||||
source "${cidir}/lib.sh"
|
||||
|
||||
cd ${TRAVIS_BUILD_DIR}/src/agent
|
||||
run_static_checks
|
Reference in New Issue
Block a user