aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-02-02 15:46:39 +0100
committerGitHub <noreply@github.com>2017-02-02 15:46:39 +0100
commit3e65cff0caf4c671d3cf98da347792c85a4ac2de (patch)
tree415cfd9ac0601ceef6856e8873dcb384bb00abc3 /.drone.yml
parentfc031140ec00f2bfdc79456e1de9e15ae7df8d9a (diff)
parent6a2d1e0eb1005aa2e3567f256c6e259ede2f6ea7 (diff)
downloaddotty-3e65cff0caf4c671d3cf98da347792c85a4ac2de.tar.gz
dotty-3e65cff0caf4c671d3cf98da347792c85a4ac2de.tar.bz2
dotty-3e65cff0caf4c671d3cf98da347792c85a4ac2de.zip
Merge pull request #1874 from dotty-staging/topic/dottydoc-markdown
[doctool] Add markdown support && Static site generation
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 16a5aff49..512f5a39e 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -6,6 +6,23 @@ pipeline:
- ln -s /var/cache/drone/scala-scala scala-scala
- ./scripts/update-scala-library
- sbt -J-Xmx4096m -J-XX:ReservedCodeCacheSize=512m -J-XX:MaxMetaspaceSize=1024m -Ddotty.drone.mem=4096m -ivy /var/cache/drone/ivy2 "${TEST}"
+ when:
+ branch:
+ exclude: gh-pages
+
+ documentation:
+ image: lampepfl/dotty:latest
+ pull: true
+ commands:
+ - ./project/scripts/genDocs "${TEST}" $BOT_PASS
+ when:
+ branch: master
+
+ slack:
+ image: plugins/slack
+ channel: dotty
+ when:
+ branch: master
matrix:
TEST: