File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,11 @@ steps:
33
33
- cp -R . /tmp/1/ && cd /tmp/1/
34
34
- ./project/scripts/sbt ";compile ;test"
35
35
- ./project/scripts/cmdTests
36
+ when :
37
+ event :
38
+ - tag
39
+ - promote
40
+
36
41
37
42
- name : test_bootstrapped
38
43
pull : default
@@ -42,6 +47,10 @@ steps:
42
47
- cp -R . /tmp/2/ && cd /tmp/2/
43
48
- ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test;sjsSandbox/run;sjsSandbox/test;sjsJUnitTests/test ;configureIDE"
44
49
- ./project/scripts/bootstrapCmdTests
50
+ when :
51
+ event :
52
+ - tag
53
+ - promote
45
54
46
55
- name : community_build
47
56
pull : default
@@ -52,6 +61,10 @@ steps:
52
61
- git submodule sync
53
62
- git submodule update --init --recursive --jobs 7
54
63
- ./project/scripts/sbt community-build/test
64
+ when :
65
+ event :
66
+ - tag
67
+ - promote
55
68
56
69
- name : test_sbt
57
70
pull : default
You can’t perform that action at this time.
0 commit comments