1 Star 0 Fork 0

tylitianrui/delve

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
language: go
sudo: required
go_import_path: github.com/go-delve/delve
os:
- linux
- osx
- windows
arch:
- amd64
- arm64
go:
- 1.14.x
- 1.13.x
- 1.12.x
- tip
matrix:
allow_failures:
- go: tip
exclude:
- os: osx
arch: arm64
- os: windows
arch: arm64
- os: windows
go: 1.13.x
- os: windows
go: 1.12.x
- os: osx
go: 1.13.x
- os: osx
go: 1.12.x
- arch: arm64
go: 1.13.x
- arch: arm64
go: 1.12.x
- os: windows
go: tip
- arch: arm64
go: tip
before_install:
- export GOFLAGS=-mod=vendor
- if [ $TRAVIS_OS_NAME = "linux" ]; then sudo apt-get -qq update; sudo apt-get install -y dwz; echo "dwz version $(dwz --version)"; fi
- if [ $TRAVIS_OS_NAME = "windows" ]; then choco install procdump make; fi
# 386 linux
jobs:
include:
- os: linux
services: docker
env: go_32_version=1.14
script: >-
if [ $TRAVIS_OS_NAME = "linux" ] && [ $go_32_version ]; then
docker pull i386/centos:7;
docker run \
-v $(pwd):/delve \
--env TRAVIS=true \
--env CI=true \
--privileged i386/centos:7 \
/bin/bash -c "set -x && \
cd delve && \
yum -y update && yum -y upgrade && \
yum -y install wget make git gcc && \
wget -q https://dl.google.com/go/go${go_32_version}.linux-386.tar.gz && \
tar -C /usr/local -xzf go${go_32_version}.linux-386.tar.gz && \
export PATH=$PATH:/usr/local/go/bin && \
go version && \
uname -a && \
make test";
else
make test;
fi
cache:
directories:
- $HOME/AppData/Local/Temp/chocolatey
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tylitianrui/delve.git
git@gitee.com:tylitianrui/delve.git
tylitianrui
delve
delve
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385