|
|
@ -3,7 +3,7 @@ version: 2.1 |
|
|
|
parameters: |
|
|
|
parameters: |
|
|
|
run_flaky_tests: |
|
|
|
run_flaky_tests: |
|
|
|
type: boolean |
|
|
|
type: boolean |
|
|
|
default: false |
|
|
|
default: true |
|
|
|
orbs: |
|
|
|
orbs: |
|
|
|
browser-tools: circleci/browser-tools@1.4.4 |
|
|
|
browser-tools: circleci/browser-tools@1.4.4 |
|
|
|
win: circleci/windows@5.0 |
|
|
|
win: circleci/windows@5.0 |
|
|
@ -29,9 +29,9 @@ jobs: |
|
|
|
name: Build |
|
|
|
name: Build |
|
|
|
command: | |
|
|
|
command: | |
|
|
|
if [ "${CIRCLE_BRANCH}" == "master" ]; then |
|
|
|
if [ "${CIRCLE_BRANCH}" == "master" ]; then |
|
|
|
NX_BIN_URL=http://127.0.0.1:8080/assets/js/soljson NX_WASM_URL=http://127.0.0.1:8080/assets/js/soljson NPM_URL=http://localhost:9090/ yarn build:production |
|
|
|
NX_BIN_URL=http://127.0.0.1:8080/assets/js/soljson NX_WASM_URL=http://127.0.0.1:8080/assets/js/soljson NX_NPM_URL=http://127.0.0.1:9090/ yarn build:production |
|
|
|
else |
|
|
|
else |
|
|
|
NX_BIN_URL=http://127.0.0.1:8080/assets/js/soljson NX_WASM_URL=http://127.0.0.1:8080/assets/js/soljson NPM_URL=http://localhost:9090/ yarn build |
|
|
|
NX_BIN_URL=http://127.0.0.1:8080/assets/js/soljson NX_WASM_URL=http://127.0.0.1:8080/assets/js/soljson NX_NPM_URL=http://127.0.0.1:9090/ yarn build |
|
|
|
fi |
|
|
|
fi |
|
|
|
- run: yarn run build:e2e |
|
|
|
- run: yarn run build:e2e |
|
|
|
|
|
|
|
|
|
|
@ -313,7 +313,7 @@ jobs: |
|
|
|
at: . |
|
|
|
at: . |
|
|
|
- run: unzip ./persist/dist.zip |
|
|
|
- run: unzip ./persist/dist.zip |
|
|
|
- run: yarn install --cwd ./apps/remix-ide-e2e --modules-folder ../../node_modules |
|
|
|
- run: yarn install --cwd ./apps/remix-ide-e2e --modules-folder ../../node_modules |
|
|
|
|
|
|
|
- run: mkdir node_modules/hardhat && wget https://unpkg.com/hardhat/console.sol -O node_modules/hardhat/console.sol |
|
|
|
- run: ls -la ./dist/apps/remix-ide/assets/js |
|
|
|
- run: ls -la ./dist/apps/remix-ide/assets/js |
|
|
|
- run: yarn run selenium-install || yarn run selenium-install |
|
|
|
- run: yarn run selenium-install || yarn run selenium-install |
|
|
|
- when: |
|
|
|
- when: |
|
|
|