Skip to content

Commit ccf3bc3

Browse files
committed
TO REVERT: test
1 parent c176153 commit ccf3bc3

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

.drone.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -19,44 +19,44 @@ pipeline:
1919
# clone submodules in parallelRiRem
2020
- git submodule update --init --recursive --jobs 3
2121

22-
# TESTS:
23-
# 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
22+
# # TESTS:
23+
# # 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
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

5050
# DOCUMENTATION:
5151
documentation:
5252
image: lampepfl/dotty:2018-10-01
5353
commands:
5454
- ./project/scripts/genDocs
5555
secrets: [ bot_token ]
56-
when:
57-
event: push
58-
# We only generate the documentation for the master branch
59-
branch: master
56+
# when:
57+
# event: push
58+
# # We only generate the documentation for the master branch
59+
# branch: master
6060

6161
# PUBLISHING:
6262
# Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala

0 commit comments

Comments
 (0)