|
|
@ -14,10 +14,7 @@ jobs: |
|
|
|
# documented at https://circleci.com/docs/2.0/circleci-images/ |
|
|
|
# documented at https://circleci.com/docs/2.0/circleci-images/ |
|
|
|
# - image: circleci/mongo:3.4.4 |
|
|
|
# - image: circleci/mongo:3.4.4 |
|
|
|
environment: |
|
|
|
environment: |
|
|
|
- ENCRYPTION_LABEL1: "b5c2730599da" |
|
|
|
- COMMIT_AUTHOR_EMAIL: "yann@ethereum.org" |
|
|
|
- ENCRYPTION_LABEL2: "85f76a180658" |
|
|
|
|
|
|
|
- ENCRYPTION_LABEL3: "1b1c118ea62d" |
|
|
|
|
|
|
|
- COMMIT_AUTHOR_EMAIL: "chris@ethereum.org" |
|
|
|
|
|
|
|
- COMMIT_AUTHOR: "Circle CI" |
|
|
|
- COMMIT_AUTHOR: "Circle CI" |
|
|
|
- FILES_TO_PACKAGE: "assets background.js build icon.png index.html manifest.json README.md soljson.js package.json" |
|
|
|
- FILES_TO_PACKAGE: "assets background.js build icon.png index.html manifest.json README.md soljson.js package.json" |
|
|
|
working_directory: ~/repo |
|
|
|
working_directory: ~/repo |
|
|
@ -41,6 +38,7 @@ jobs: |
|
|
|
command: java -jar selenium-server-standalone-3.5.3.jar |
|
|
|
command: java -jar selenium-server-standalone-3.5.3.jar |
|
|
|
background: true |
|
|
|
background: true |
|
|
|
- run: ./ci/browser_tests.sh |
|
|
|
- run: ./ci/browser_tests.sh |
|
|
|
|
|
|
|
- run: if [ $CIRCLE_BRANCH == 'master' ]; then ./ci/deploy_from_travis_remix-alpha.sh fi |
|
|
|
|
|
|
|
|
|
|
|
workflows: |
|
|
|
workflows: |
|
|
|
version: 2 |
|
|
|
version: 2 |
|
|
|