加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 484 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nate McMaster 提交于 2016-03-09 17:44 . Fix backslashes in yml config.
language: csharp
sudo: required
dist: trusty
addons:
apt:
packages:
- gettext
- libcurl4-openssl-dev
- libicu-dev
- libssl-dev
- libunwind8
- zlib1g
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install icu4c; fi
mono:
- 4.0.5
os:
- linux
- osx
osx_image: xcode7.1
branches:
only:
- master
- release
- dev
- /^(.*\/)?ci-.*$/
script:
- ./build.sh --quiet verify
env:
- KOREBUILD_TEST_SKIPMONO=1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化