mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-18 10:44:10 +00:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
531483b65d | ||
|
|
23673b50f0 | ||
|
|
8997af5d1d | ||
|
|
74d8b67fd7 | ||
|
|
f56ac785f2 | ||
|
|
9f0f539ded | ||
|
|
e2f03560b4 | ||
|
|
0b5569ba6b | ||
|
|
199762cde2 |
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