11 Star 16 Fork 11

JefferyZh / ZBlog-Net

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 581 Bytes
一键复制 编辑 原始数据 按行查看 历史
JefferyZh 提交于 2017-08-18 18:47 . update to net core 2.0
language: csharp
sudo: false
dist: trusty
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
mono: none
os:
- linux
- osx
osx_image: xcode8.2
addons:
apt:
packages:
- libunwind8
branches:
only:
- master
- release
- dev
- /^(.*\/)?ci-.*$/
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi
script:
- ./build.sh
C#
1
https://gitee.com/Jeffiy/ZBlog-Net.git
git@gitee.com:Jeffiy/ZBlog-Net.git
Jeffiy
ZBlog-Net
ZBlog-Net
master

搜索帮助