|
|
|
@ -26,16 +26,8 @@ jobs: |
|
|
|
|
- checkout |
|
|
|
|
- run: npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run setupremix && npm run build |
|
|
|
|
- run: ./ci/browser_tests.sh |
|
|
|
|
- deploy: |
|
|
|
|
command: | |
|
|
|
|
if [ "${CIRCLE_BRANCH}" == "master" ]; then |
|
|
|
|
./ci/deploy_from_travis_master.sh |
|
|
|
|
fi |
|
|
|
|
- deploy: |
|
|
|
|
command: | |
|
|
|
|
if [ "${CIRCLE_BRANCH}" == "remix_live" ]; then |
|
|
|
|
./ci/deploy_from_travis_remix-live.sh |
|
|
|
|
fi |
|
|
|
|
- run: if [ $CIRCLE_BRANCH = 'master' ]; then ./ci/deploy_from_travis_master.sh; fi |
|
|
|
|
- run: if [ $CIRCLE_BRANCH = 'remix_live' ]; then ./ci/deploy_from_travis_master.sh; fi |
|
|
|
|
|
|
|
|
|
workflows: |
|
|
|
|
version: 2 |
|
|
|
|