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