|
|
@ -237,12 +237,7 @@ jobs: |
|
|
|
- run: npm run build:libs |
|
|
|
- run: npm run build:libs |
|
|
|
- run: npm run downloadsolc_root |
|
|
|
- run: npm run downloadsolc_root |
|
|
|
- run: npm run build |
|
|
|
- run: npm run build |
|
|
|
- run: |
|
|
|
- run: ./apps/remix-ide/ci/deploy_from_travis_remix-alpha.sh |
|
|
|
name: Deploy |
|
|
|
|
|
|
|
command: | |
|
|
|
|
|
|
|
if [ "${CIRCLE_BRANCH}" == "master" ]; then |
|
|
|
|
|
|
|
./apps/remix-ide/ci/deploy_from_travis_remix-alpha.sh; |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
- store_artifacts: |
|
|
|
- store_artifacts: |
|
|
|
path: ./apps/remix-ide/reports/screenshots |
|
|
|
path: ./apps/remix-ide/reports/screenshots |
|
|
|
|
|
|
|
|
|
|
|