Skip to content

Commit d37a543

Browse files
Merge pull request #8370 from dotty-staging/drop-drone-tests
Drop Drone PR & push tests
2 parents fc29643 + 760f639 commit d37a543

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.drone.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ steps:
3333
- cp -R . /tmp/1/ && cd /tmp/1/
3434
- ./project/scripts/sbt ";compile ;test"
3535
- ./project/scripts/cmdTests
36+
when:
37+
event:
38+
- tag
39+
- promote
40+
3641

3742
- name: test_bootstrapped
3843
pull: default
@@ -42,6 +47,10 @@ steps:
4247
- cp -R . /tmp/2/ && cd /tmp/2/
4348
- ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test;sjsSandbox/run;sjsSandbox/test;sjsJUnitTests/test ;configureIDE"
4449
- ./project/scripts/bootstrapCmdTests
50+
when:
51+
event:
52+
- tag
53+
- promote
4554

4655
- name: community_build
4756
pull: default
@@ -52,6 +61,10 @@ steps:
5261
- git submodule sync
5362
- git submodule update --init --recursive --jobs 7
5463
- ./project/scripts/sbt community-build/test
64+
when:
65+
event:
66+
- tag
67+
- promote
5568

5669
- name: test_sbt
5770
pull: default

0 commit comments

Comments
 (0)