prepack/circle.yml
Herman Venter c3a1fd3c46 Special handling for temporal assignments to unknown properties
Summary:
Release note: Support temporal assignment to object properties using unknown property names

Resolves issue: #1818

There was no code for dealing with assignments using unknown property names that showed up in generator entries.
Closes https://github.com/facebook/prepack/pull/1822

Differential Revision: D7833068

Pulled By: hermanventer

fbshipit-source-id: 2c3e8d211bd4770ba736ff9be03a0f4d85adad34
2018-05-01 13:10:49 -07:00

40 lines
1.0 KiB
YAML

machine:
node:
version: 8.9.4
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
compile:
override:
- yarn build
- yarn build-scripts
dependencies:
override:
- yarn install --frozen-lockfile # make sure that lockfile is up-to-date
cache_directories:
- ~/.cache/yarn
test:
override:
- yarn lint
- yarn flow
- yarn depcheck
- yarn test-react
- 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:
timeout: 1800
# - yarn test-test262-new --statusFile $CIRCLE_ARTIFACTS/test262-new-status.txt --timeout 120 --verbose:
# timeout: 1800
post:
- mv coverage/lcov-report $CIRCLE_ARTIFACTS/coverage-report
- mv coverage-sourcemapped $CIRCLE_ARTIFACTS/coverage-report-sourcemapped
checkout:
post:
- git submodule sync
- git submodule update --init # use submodules