prepack/circle.yml
Herman Venter cb03e67ad6 Do not introduce new block scopes for eval scripts (#432)
* Do not introduce new block scopes for eval scripts

* Update function.js
2017-04-20 10:35:38 -07:00

27 lines
693 B
YAML

machine:
node:
version: 6.1.0
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
compile:
override:
- npm run build
test:
override:
- npm run lint
- npm run flow
- npm run test-serializer-with-coverage
- npm run test-sourcemaps
- npm run test-test262 -- --statusFile $CIRCLE_ARTIFACTS/test262-status.txt --timeout 100 --cpuScale 0.25 --verbose:
timeout: 1800
post:
- mv lib/coverage/lcov-report $CIRCLE_ARTIFACTS/coverage-report
- mv lib/coverage-sourcemapped $CIRCLE_ARTIFACTS/coverage-report-sourcemapped
checkout:
post:
- git submodule sync
- git submodule update --init # use submodules