Skip to content

Commit 4f00a15

Browse files
committed
force sbt-dotty release
1 parent 4ab5ecd commit 4f00a15

File tree

1 file changed

+67
-67
lines changed

1 file changed

+67
-67
lines changed

.drone.yml

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -21,79 +21,79 @@ pipeline:
2121

2222
# TESTS:
2323
# We run tests in parallel. Tests run in a copy of the working directory to avoid conflict
24-
test:
25-
group: test
26-
image: lampepfl/dotty:2018-10-01
27-
commands:
28-
- cp -R . /tmp/1/ && cd /tmp/1/
29-
- ./project/scripts/sbt ";compile ;test"
30-
- ./project/scripts/cmdTests
24+
# test:
25+
# group: test
26+
# image: lampepfl/dotty:2018-10-01
27+
# commands:
28+
# - cp -R . /tmp/1/ && cd /tmp/1/
29+
# - ./project/scripts/sbt ";compile ;test"
30+
# - ./project/scripts/cmdTests
3131

32-
test_bootstrapped:
33-
group: test
34-
image: lampepfl/dotty:2018-10-01
35-
commands:
36-
- cp -R . /tmp/2/ && cd /tmp/2/
37-
- ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
38-
- ./project/scripts/bootstrapCmdTests
32+
# test_bootstrapped:
33+
# group: test
34+
# image: lampepfl/dotty:2018-10-01
35+
# commands:
36+
# - cp -R . /tmp/2/ && cd /tmp/2/
37+
# - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
38+
# - ./project/scripts/bootstrapCmdTests
3939

40-
test_sbt:
41-
group: test
42-
image: lampepfl/dotty:2018-10-01
43-
commands:
44-
- cp -R . /tmp/4/ && cd /tmp/4/
45-
- ./project/scripts/sbt sbt-dotty/scripted
46-
when:
47-
# sbt scripted tests are slow and only run on nightly or deployment
48-
event: [ tag, deployment ]
40+
# test_sbt:
41+
# group: test
42+
# image: lampepfl/dotty:2018-10-01
43+
# commands:
44+
# - cp -R . /tmp/4/ && cd /tmp/4/
45+
# - ./project/scripts/sbt sbt-dotty/scripted
46+
# when:
47+
# # sbt scripted tests are slow and only run on nightly or deployment
48+
# event: [ tag, deployment ]
4949

50-
# DOCUMENTATION:
51-
documentation:
52-
image: lampepfl/dotty:2018-10-01
53-
commands:
54-
- ./project/scripts/genDocs
55-
secrets: [ bot_token ]
56-
when:
57-
event: push
58-
# We only generate the documentation for the master branch
59-
branch: master
50+
# # DOCUMENTATION:
51+
# documentation:
52+
# image: lampepfl/dotty:2018-10-01
53+
# commands:
54+
# - ./project/scripts/genDocs
55+
# secrets: [ bot_token ]
56+
# when:
57+
# event: push
58+
# # We only generate the documentation for the master branch
59+
# branch: master
6060

61-
# PUBLISHING:
62-
# Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala
63-
publish_nightly:
64-
image: lampepfl/dotty:2018-10-01
65-
environment:
66-
- NIGHTLYBUILD=yes
67-
commands:
68-
- ./project/scripts/sbtPublish ";dotty-bootstrapped/publishSigned ;sonatypeRelease"
69-
secrets: [ sonatype_user, sonatype_pw, pgp_pw, pgp_secret ]
70-
when:
71-
event: deployment
72-
environment: nightly
61+
# # PUBLISHING:
62+
# # Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala
63+
# publish_nightly:
64+
# image: lampepfl/dotty:2018-10-01
65+
# environment:
66+
# - NIGHTLYBUILD=yes
67+
# commands:
68+
# - ./project/scripts/sbtPublish ";dotty-bootstrapped/publishSigned ;sonatypeRelease"
69+
# secrets: [ sonatype_user, sonatype_pw, pgp_pw, pgp_secret ]
70+
# when:
71+
# event: deployment
72+
# environment: nightly
7373

74-
publish_release:
75-
image: lampepfl/dotty:2018-10-01
76-
environment:
77-
- RELEASEBUILD=yes
78-
commands:
79-
# Produces dotty-version.{tar.gz, zip}
80-
- ./project/scripts/sbt dist-bootstrapped/packArchive
81-
- ./project/scripts/sbtPublish ";dotty-bootstrapped/publishSigned ;sonatypeRelease"
82-
secrets: [ sonatype_user, sonatype_pw, pgp_pw, pgp_secret ]
83-
when:
84-
event: tag
74+
# publish_release:
75+
# image: lampepfl/dotty:2018-10-01
76+
# environment:
77+
# - RELEASEBUILD=yes
78+
# commands:
79+
# # Produces dotty-version.{tar.gz, zip}
80+
# - ./project/scripts/sbt dist-bootstrapped/packArchive
81+
# - ./project/scripts/sbtPublish ";dotty-bootstrapped/publishSigned ;sonatypeRelease"
82+
# secrets: [ sonatype_user, sonatype_pw, pgp_pw, pgp_secret ]
83+
# when:
84+
# event: tag
8585

86-
# Publish dotty-version.{tar.gz, zip} to GitHub Release
87-
github_release:
88-
image: plugins/github-release
89-
secrets: [ github_token ]
90-
draft: true
91-
files:
92-
- dist-bootstrapped/target/dotty-*
93-
checksum:
94-
- sha256
95-
when:
96-
event: tag
86+
# # Publish dotty-version.{tar.gz, zip} to GitHub Release
87+
# github_release:
88+
# image: plugins/github-release
89+
# secrets: [ github_token ]
90+
# draft: true
91+
# files:
92+
# - dist-bootstrapped/target/dotty-*
93+
# checksum:
94+
# - sha256
95+
# when:
96+
# event: tag
9797

9898
publish_sbt_release:
9999
image: lampepfl/dotty:2018-10-01

0 commit comments

Comments
 (0)