1 Star 0 Fork 26

gordffy/kubeedge

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
Xiang Dai 提交于 2020-11-17 09:57 . CI: switch amd64 tests to Github Action
language: go
git:
depth: false
os: linux
dist: focal
services:
- docker
go:
- 1.14
env:
- HOME=/home/travis
cache:
directories:
- $HOME/.cache/go-build
- $HOME/gopath/pkg/mod
before_install:
- |
if ! git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(\.md)|(\.png)|(\.pdf)|(\.html)|^(LICENSE)|^(docs)|^(OWNERS)|^(MAINTAINERS)'
then
echo "Only doc files were updated, skip running the CI."
travis_terminate 0
fi
install: skip
jobs:
include:
- stage: "Test on arm64"
name: "build, smallbuild"
arch: arm64
before_script:
- export GOFLAGS=-mod=vendor
- sudo apt-get install upx-ucl -y
script:
- make
- make bluetoothdevice
- make smallbuild
- name: "unit test, integration test edge"
arch: arm64
before_script:
- export GOFLAGS=-mod=mod
script:
- make test
- name: "build docker images on arm64"
arch: arm64
script:
- make cloudimage
- make admissionimage
- make edgeimage ARCH="arm64v8"
- make edgesiteimage ARCH="arm64v8"
- make bluetoothdevice_image
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gordffy/kubeedge.git
git@gitee.com:gordffy/kubeedge.git
gordffy
kubeedge
kubeedge
master

搜索帮助