mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-12 12:29:11 +00:00
travis: fix runtime build
Runtime command now is built on cli directory. Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
@@ -21,5 +21,7 @@ before_script:
|
||||
|
||||
install:
|
||||
- cd ${TRAVIS_BUILD_DIR}
|
||||
- pushd cli
|
||||
- make KATA_RUNTIME=${KATA_RUNTIME}
|
||||
- sudo -E PATH=$PATH make KATA_RUNTIME=${KATA_RUNTIME} install
|
||||
- popd
|
||||
|
Reference in New Issue
Block a user