代码拉取完成,页面将自动刷新
# 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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。