build Math.js for verification testing (#4758)

This commit is contained in:
Alex Lam S.L
2021-03-09 19:34:30 +00:00
committed by GitHub
parent 01fa430a3e
commit 58362d5ec7
9 changed files with 231 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
options: [ '-mb braces', '-mc', '--toplevel -mc passes=10,pure_getters,unsafe' ]
script: [ acorn.sh, buble.sh, butternut.sh, rollup-es.sh, rollup-ts.sh, sucrase.sh ]
script: [ acorn.sh, buble.sh, butternut.sh, mathjs.sh, rollup-es.sh, rollup-ts.sh, sucrase.sh ]
include:
- node: '14'
script: acorn.sh
@@ -17,6 +17,8 @@ jobs:
script: buble.sh
- node: '14'
script: butternut.sh
- node: '14'
script: mathjs.sh
- node: '8'
script: rollup-es.sh
- node: '14'