forked from swc-project/swc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tests.yml
59 lines (57 loc) · 2.02 KB
/
tests.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
os:
windows:
- swc
- swc_allocator
- swc_cli
- swc_common
- swc_css_codegen
- swc_css_parser
- swc_ecma_codegen
- swc_ecma_loader
- swc_ecma_parser
- swc_ecma_preset_env
- swc_ecma_transforms_module
- swc_ecma_transforms_testing
- swc_html_codegen
- swc_html_parser
- swc_node_bundler
- swc_plugin
- swc_plugin_runner
- swc_plugin_testing
macos:
- swc_allocator
- swc_plugin_runner
# host:
# swc: ubuntu-large
check:
swc:
# plugin feature is verified by other tasks
- "cargo hack check --feature-powerset --no-dev-deps --exclude-features debug --exclude-features plugin --exclude-features plugin_transform_schema_v1 --exclude-features plugin_transform_schema_vtest --exclude-features plugin_transform_host_js"
swc_allocator:
- "cargo hack check --feature-powerset --no-dev-deps"
swc_bundler:
- "cargo hack check --feature-powerset --no-dev-deps"
swc_common:
- "cargo hack check --feature-powerset --no-dev-deps --exclude-features plugin_transform_schema_vtest --exclude-features __plugin --exclude-features __plugin_mode --exclude-features __plugin_rt --exclude-features __rkyv --exclude-features rkyv-impl"
swc_ecma_ast:
- "cargo hack check --feature-powerset --no-dev-deps --exclude-features __rkyv"
swc_ecma_loader:
- "cargo hack check --feature-powerset --no-dev-deps"
swc_ecma_transforms:
- "cargo hack check --feature-powerset --no-dev-deps"
swc_ecma_transforms_base:
- "cargo hack check --feature-powerset --no-dev-deps"
swc_ecma_transforms_compat:
- "cargo hack check --feature-powerset --no-dev-deps"
swc_ecma_transforms_optimization:
- "cargo hack check --feature-powerset --no-dev-deps"
swc_ecma_utils:
- "cargo hack check --feature-powerset --no-dev-deps"
swc_ecma_visit:
- "cargo hack check --feature-powerset --no-dev-deps"
swc_cli:
- "cargo check"
- "cargo check --features plugin"
swc_node_bundler:
- "cargo check"
- "cargo check --no-default-features --features swc_v2"