|
|
|
@ -13,17 +13,7 @@ jobs: |
|
|
|
|
- checkout |
|
|
|
|
- run: npm install && npm run bootstrap |
|
|
|
|
- run: cd remix-lib && npm test |
|
|
|
|
|
|
|
|
|
remix-core: |
|
|
|
|
docker: |
|
|
|
|
- image: circleci/node:7.10 |
|
|
|
|
environment: |
|
|
|
|
working_directory: ~/repo |
|
|
|
|
steps: |
|
|
|
|
- checkout |
|
|
|
|
- run: npm install && npm run bootstrap |
|
|
|
|
- run: cd remix-core && npm test |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remix-solidity: |
|
|
|
|
docker: |
|
|
|
|
- image: circleci/node:7.10 |
|
|
|
@ -33,7 +23,7 @@ jobs: |
|
|
|
|
- checkout |
|
|
|
|
- run: npm install && npm run bootstrap |
|
|
|
|
- run: cd remix-solidity && npm test |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remix-debug: |
|
|
|
|
docker: |
|
|
|
|
- image: circleci/node:7.10 |
|
|
|
@ -43,13 +33,12 @@ jobs: |
|
|
|
|
- checkout |
|
|
|
|
- run: npm install && npm run bootstrap |
|
|
|
|
- run: cd remix-debug && npm test |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
workflows: |
|
|
|
|
version: 2 |
|
|
|
|
build_all: |
|
|
|
|
jobs: |
|
|
|
|
- remix-lib |
|
|
|
|
- remix-core |
|
|
|
|
- remix-solidity |
|
|
|
|
- remix-debug |
|
|
|
|
|
|
|
|
|
|
|
|
|
|