mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 20:08:54 +00:00
1. let travis build w/ and w/o agent as init process 2. test building kata initrd images Signed-off-by: Peng Tao <bergwolf@gmail.com>
24 lines
264 B
YAML
24 lines
264 B
YAML
#
|
|
# Copyright (c) 2018 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
sudo: required
|
|
dist: trusty
|
|
|
|
language: bash
|
|
|
|
env:
|
|
- AGENT_INIT=no
|
|
- AGENT_INIT=yes
|
|
|
|
services:
|
|
- docker
|
|
|
|
before_script:
|
|
- ".ci/setup.sh"
|
|
|
|
script:
|
|
- "travis_wait .ci/run.sh"
|