1 Star 0 Fork 0

zhenshiruwo / testkm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
wercker.yml 595 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhenshiruwo 提交于 2016-12-06 16:37 . 添加项目文件。
box: mono
# Build definition
build:
# Show base information
steps:
- script:
name: show base information
code: |
echo mono --version
# update mono
- script:
name: update mono
code: |
apt-get update
apt-get -y install referenceassemblies-pcl
# packages restore
- script:
name: packages restore
code: |
nuget restore
# Executes build commands
- script:
name: run build
code: |
xbuild X.PagedList/X.PagedList.csproj
C#
1
https://gitee.com/zhenshiruwo/testkm.git
git@gitee.com:zhenshiruwo/testkm.git
zhenshiruwo
testkm
testkm
master

搜索帮助