Commit 73ff1efc authored by yann300's avatar yann300

add remix-analyzer circle ci

parent 234cfc6a
...@@ -33,6 +33,16 @@ jobs: ...@@ -33,6 +33,16 @@ jobs:
- checkout - checkout
- run: npm install && npm run bootstrap - run: npm install && npm run bootstrap
- run: cd remix-debug && npm test - run: cd remix-debug && npm test
remix-analyzer:
docker:
- image: circleci/node:7.10
environment:
working_directory: ~/repo
steps:
- checkout
- run: npm install && npm run bootstrap
- run: cd remix-analyzer && npm test
workflows: workflows:
version: 2 version: 2
...@@ -41,4 +51,5 @@ workflows: ...@@ -41,4 +51,5 @@ workflows:
- remix-lib - remix-lib
- remix-solidity - remix-solidity
- remix-debug - remix-debug
- remix-analyzer
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment