File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
.circleci/configurations/test_workflows Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 10
10
latest : false
11
11
dryrun : true
12
12
- prepare_hermes_workspace
13
- - build_android :
14
- release_type : " dry-run"
13
+ # - build_android:
14
+ # release_type: "dry-run"
15
15
- build_hermesc_linux :
16
16
requires :
17
17
- prepare_hermes_workspace
38
38
# Build a release package on every untagged commit, but do not publish to npm.
39
39
release_type : " dry-run"
40
40
requires :
41
- - build_android
41
+ # - build_android
42
42
- build_hermesc_linux
43
43
- build_hermes_macos
44
44
- build_hermesc_windows
45
- - test_android :
46
- requires :
47
- - build_android
48
- - test_android_template :
49
- requires :
50
- - build_npm_package
51
- matrix :
52
- parameters :
53
- architecture : ["NewArch", "OldArch"]
54
- jsengine : ["Hermes", "JSC"]
55
- flavor : ["Debug", "Release"]
45
+ # - test_android:
46
+ # requires:
47
+ # - build_android
48
+ # - test_android_template:
49
+ # requires:
50
+ # - build_npm_package
51
+ # matrix:
52
+ # parameters:
53
+ # architecture: ["NewArch", "OldArch"]
54
+ # jsengine: ["Hermes", "JSC"]
55
+ # flavor: ["Debug", "Release"]
56
56
- test_ios_template :
57
57
requires :
58
58
- build_npm_package
You can’t perform that action at this time.
0 commit comments