mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-10 05:08:54 +00:00
Merge pull request #120 from jcvenegas/1.9.4-branch-bump
# Kata Containers 1.9.4
This commit is contained in:
33
.travis.yml
33
.travis.yml
@@ -1,33 +0,0 @@
|
|||||||
# Copyright (c) 2019 Ant Financial
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
#
|
|
||||||
|
|
||||||
sudo: required
|
|
||||||
dist: bionic
|
|
||||||
|
|
||||||
os:
|
|
||||||
- linux
|
|
||||||
|
|
||||||
language: rust
|
|
||||||
rust:
|
|
||||||
- stable
|
|
||||||
|
|
||||||
env:
|
|
||||||
- target_branch=$TRAVIS_BRANCH RUST_AGENT=yes
|
|
||||||
|
|
||||||
before_install:
|
|
||||||
- "ci/setup.sh"
|
|
||||||
- "ci/install_go.sh"
|
|
||||||
- "ci/install_rust.sh"
|
|
||||||
- "ci/static-checks.sh"
|
|
||||||
|
|
||||||
# need to install rust from scratch?
|
|
||||||
# still need go to download github.com/kata-containers/tests
|
|
||||||
# which is already installed?
|
|
||||||
|
|
||||||
install:
|
|
||||||
- cd ${TRAVIS_BUILD_DIR}/src/agent && make
|
|
||||||
|
|
||||||
script:
|
|
||||||
- cd ${TRAVIS_BUILD_DIR}/src/agent && make check
|
|
Reference in New Issue
Block a user