1 Star 0 Fork 0

pei5306788/HellowTest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
circle.yml 719 Bytes
一键复制 编辑 原始数据 按行查看 历史
pei5306700 提交于 2018-08-28 09:55 . s
version: 2
jobs:
linux:
docker:
- image: swift:4.1
steps:
- checkout
- run:
name: Compile code
command: swift build
- run:
name: Run unit tests
command: swift test
linux-release:
docker:
- image: swift:4.1
steps:
- checkout
- run:
name: Compile code with optimizations
command: swift build -c release
workflows:
version: 2
tests:
jobs:
- linux
- linux-release
nightly:
triggers:
- schedule:
cron: "0 0 * * *"
filters:
branches:
only:
- master
jobs:
- linux
- linux-release
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/pei5306788/HellowTest.git
git@gitee.com:pei5306788/HellowTest.git
pei5306788
HellowTest
HellowTest
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385