Add contracts deployment and copying the artefacts to circle.ym

This commit is contained in:
Leonid Logvinov 2017-05-26 17:28:28 +02:00
parent a2f283379d
commit 65caf64441
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -4,4 +4,9 @@ machine:
test: test:
override: override:
- node node_modules/ethereumjs-testrpc/bin/testrpc:
background: true
- git clone git@github.com:0xProject/contracts.git ..
- cd ..; npm run migrate
- npm run update_contracts
- npm run test:coverage - npm run test:coverage