build Bootstrap for verification testing (#4795)

This commit is contained in:
Alex Lam S.L
2021-03-17 14:34:17 +00:00
committed by GitHub
parent 7d595e2eac
commit d4303b62cc
10 changed files with 209 additions and 14 deletions

View File

@@ -9,10 +9,21 @@ jobs:
fail-fast: false
matrix:
options: [ '-mb braces', '--ie8 -c', '-mc', '--toplevel -mc passes=3,pure_getters,unsafe' ]
script: [ acorn.sh, buble.sh, butternut.sh, mathjs.sh, rollup-es.sh, rollup-ts.sh, sucrase.sh, web-tooling-benchmark.sh ]
script:
- acorn.sh
- bootstrap.sh
- buble.sh
- butternut.sh
- mathjs.sh
- rollup-es.sh
- rollup-ts.sh
- sucrase.sh
- web-tooling-benchmark.sh
include:
- node: '14'
script: acorn.sh
- node: '14'
script: bootstrap.sh
- node: '14'
script: buble.sh
- node: '14'