1 Star 0 Fork 0

tianjing/scala3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.drone.yml 1.89 KB
一键复制 编辑 原始数据 按行查看 历史
Felix Mulder 提交于 2017-05-30 22:33 . Add release job to CI
# After updating this file, you need to re-sign it:
#
# - Install [drone-cli](http://readme.drone.io/usage/getting-started-cli/)
# - Copy your token from http://dotty-ci.epfl.ch/account (Click SHOW TOKEN)
# - (export DRONE_TOKEN=your-token; export DRONE_SERVER=http://dotty-ci.epfl.ch; drone sign lampepfl/dotty)
#
# Please note that the signing can only be done by collaborators.
pipeline:
test:
image: lampepfl/dotty:24-04-2017
pull: true
commands:
- ./project/scripts/sbt "${CI_TEST}"
when:
branch:
exclude: gh-pages
publish_nightly:
image: lampepfl/dotty:24-04-2017
pull: true
commands:
- ./project/scripts/sbt ";clean ;publishLocal" "${CI_PUBLISH}"
- ./project/scripts/sbt "sbt-dotty/scripted source-dependencies/*" "${CI_PUBLISH}"
- NIGHTLYBUILD="yes" ./project/scripts/sbtPublish ${CI_PUBLISH} $SONATYPE_USER $SONATYPE_PW $PGP_PW
volumes:
- /home/drone/keys:/keys
when:
event: deployment
environment: nightly
publish_release:
image: lampepfl/dotty:24-04-2017
pull: true
commands:
- RELEASEBUILD="yes" ./project/scripts/sbtPublish ${CI_PUBLISH} $SONATYPE_USER $SONATYPE_PW $PGP_PW
volumes:
- /home/drone/keys:/keys
when:
event: deployment
environment: release
documentation:
image: lampepfl/dotty:24-04-2017
pull: true
commands:
- ./project/scripts/genDocs "${CI_PUBLISH}" $BOT_PASS
when:
branch: master
slack:
image: plugins/slack
channel: dotty
when:
branch: master
status: changed
matrix:
include:
- CI_TEST: dotty-bin-tests/test
CI_PUBLISH: true
- CI_TEST: legacyTests
CI_PUBLISH: false
- CI_TEST: ;test;sbt-dotty/scripted compilerReporter/*;sbt-dotty/scripted discovery/*;sbt-dotty/scripted sbt-dotty/*
CI_PUBLISH: false
- CI_TEST: dotty-bootstrapped/test
CI_PUBLISH: false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tianjinggg/scala3.git
git@gitee.com:tianjinggg/scala3.git
tianjinggg
scala3
scala3
0.1.x

搜索帮助