swc/scripts/github/tests.yml

56 lines
1.5 KiB
YAML
Raw Normal View History

2022-02-24 09:06:03 +03:00
os:
windows:
- swc
- 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
2022-02-24 09:06:03 +03:00
- swc_node_bundler
- swc_plugin
- swc_plugin_runner
- swc_plugin_testing
macos:
- swc_plugin_runner
check:
node:
- "check --features plugin"
- "check --no-default-features --features plugin --features swc_v2"
2022-02-24 09:06:03 +03:00
swc:
# plugin feature is verified by other tasks
- "hack check --feature-powerset --no-dev-deps --exclude-features debug --exclude-features plugin"
2022-02-24 09:06:03 +03:00
swc_bundler:
- "hack check --feature-powerset --no-dev-deps"
swc_common:
- "hack check --feature-powerset --no-dev-deps"
swc_ecma_ast:
- "hack check --feature-powerset --no-dev-deps"
swc_ecma_loader:
- "hack check --feature-powerset --no-dev-deps"
swc_ecma_transforms:
- "hack check --feature-powerset --no-dev-deps"
swc_ecma_transforms_base:
- "hack check --feature-powerset --no-dev-deps"
swc_ecma_transforms_compat:
- "hack check --feature-powerset --no-dev-deps"
swc_ecma_transforms_optimization:
- "hack check --feature-powerset --no-dev-deps"
swc_ecma_utils:
- "hack check --feature-powerset --no-dev-deps"
swc_ecma_visit:
- "hack check --feature-powerset --no-dev-deps"
swc_cli:
- "check"
- "check --features plugin"
2022-02-24 09:06:03 +03:00
swc_node_bundler:
- "check"
- "check --no-default-features --features swc_v2"