add circleci config

pull/7/head
0mkar 6 years ago
parent 89fd15a3c4
commit 1889e7c2d2
  1. 11
      .circleci/config.yml

@ -54,6 +54,16 @@ jobs:
- run: npm install && npm run bootstrap
- run: cd remix-simulator && npm test
remix-resolve:
docker:
- image: circleci/node:10
environment:
working_directory: ~/repo
steps:
- checkout
- run: npm install && npm run bootstrap
- run: cd remix-resolve && npm test
workflows:
version: 2
@ -64,3 +74,4 @@ workflows:
- remix-analyzer
- remix-tests
- remix-simulator
- remix-resolve

Loading…
Cancel
Save