prepack/circle.yml

37 lines
839 B
YAML
Raw Normal View History

2015-10-15 02:59:41 +03:00
machine:
node:
version: 8.8.1
2015-10-15 02:59:41 +03:00
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
compile:
override:
- yarn build
- yarn build-scripts
dependencies:
override:
- yarn
cache_directories:
- ~/.cache/yarn
2015-10-15 02:59:41 +03:00
test:
override:
- yarn lint
- yarn flow
- yarn depcheck
- yarn test-serializer-with-coverage
- yarn test-sourcemaps
- yarn test-std-in
- yarn test-residual
- yarn test-test262 -- --statusFile $CIRCLE_ARTIFACTS/test262-status.txt --timeout 120 --cpuScale 0.25 --verbose:
2015-10-15 02:59:41 +03:00
timeout: 1800
post:
- mv coverage/lcov-report $CIRCLE_ARTIFACTS/coverage-report
- mv coverage-sourcemapped $CIRCLE_ARTIFACTS/coverage-report-sourcemapped
2015-10-15 02:59:41 +03:00
checkout:
post:
- git submodule sync
- git submodule update --init # use submodules