|
|
@ -72,6 +72,8 @@ jobs: |
|
|
|
parallelism: 12 |
|
|
|
parallelism: 12 |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- checkout |
|
|
|
- checkout |
|
|
|
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
- run: npm install |
|
|
|
- run: npm install |
|
|
|
- run: npx nx build remix-ide --with-deps |
|
|
|
- run: npx nx build remix-ide --with-deps |
|
|
|
- run: |
|
|
|
- run: |
|
|
@ -105,6 +107,8 @@ jobs: |
|
|
|
parallelism: 12 |
|
|
|
parallelism: 12 |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- checkout |
|
|
|
- checkout |
|
|
|
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
- run: npm install |
|
|
|
- run: npm install |
|
|
|
- run: npm run downloadsolc_assets |
|
|
|
- run: npm run downloadsolc_assets |
|
|
|
- run: npx nx build remix-ide --with-deps |
|
|
|
- run: npx nx build remix-ide --with-deps |
|
|
@ -139,6 +143,8 @@ jobs: |
|
|
|
parallelism: 12 |
|
|
|
parallelism: 12 |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- checkout |
|
|
|
- checkout |
|
|
|
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
- run: npm install |
|
|
|
- run: npm install |
|
|
|
- run: npx nx build remix-ide --with-deps |
|
|
|
- run: npx nx build remix-ide --with-deps |
|
|
|
- run: |
|
|
|
- run: |
|
|
@ -172,6 +178,8 @@ jobs: |
|
|
|
parallelism: 12 |
|
|
|
parallelism: 12 |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- checkout |
|
|
|
- checkout |
|
|
|
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
- run: npm install |
|
|
|
- run: npm install |
|
|
|
- run: npm run downloadsolc_assets |
|
|
|
- run: npm run downloadsolc_assets |
|
|
|
- run: npx nx build remix-ide --with-deps |
|
|
|
- run: npx nx build remix-ide --with-deps |
|
|
@ -206,6 +214,8 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- checkout |
|
|
|
- checkout |
|
|
|
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
- run: npm install |
|
|
|
- run: npm install |
|
|
|
- run: npx nx build remix-ide --with-deps |
|
|
|
- run: npx nx build remix-ide --with-deps |
|
|
|
- run: |
|
|
|
- run: |
|
|
@ -239,6 +249,8 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- checkout |
|
|
|
- checkout |
|
|
|
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
- run: npm install |
|
|
|
- run: npm install |
|
|
|
- run: npx nx build remix-ide --with-deps |
|
|
|
- run: npx nx build remix-ide --with-deps |
|
|
|
- run: npx nx build remix-ide-e2e-src-local-plugin |
|
|
|
- run: npx nx build remix-ide-e2e-src-local-plugin |
|
|
@ -254,6 +266,7 @@ jobs: |
|
|
|
path: ./reports/tests |
|
|
|
path: ./reports/tests |
|
|
|
- store_artifacts: |
|
|
|
- store_artifacts: |
|
|
|
path: ./reports/screenshots |
|
|
|
path: ./reports/screenshots |
|
|
|
|
|
|
|
|
|
|
|
deploy-remix-live: |
|
|
|
deploy-remix-live: |
|
|
|
docker: |
|
|
|
docker: |
|
|
|
# specify the version you desire here |
|
|
|
# specify the version you desire here |
|
|
@ -272,6 +285,8 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- checkout |
|
|
|
- checkout |
|
|
|
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
- run: npm install |
|
|
|
- run: npm install |
|
|
|
- run: npm run downloadsolc_assets |
|
|
|
- run: npm run downloadsolc_assets |
|
|
|
- run: npm run build:production |
|
|
|
- run: npm run build:production |
|
|
@ -300,6 +315,8 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- checkout |
|
|
|
- checkout |
|
|
|
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
- setup_remote_docker |
|
|
|
- setup_remote_docker |
|
|
|
- run: npm install |
|
|
|
- run: npm install |
|
|
|
- run: npm run downloadsolc_assets |
|
|
|
- run: npm run downloadsolc_assets |
|
|
@ -326,6 +343,8 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- checkout |
|
|
|
- checkout |
|
|
|
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
- run: npm install |
|
|
|
- run: npm install |
|
|
|
- run: npm run downloadsolc_assets |
|
|
|
- run: npm run downloadsolc_assets |
|
|
|
- run: npm run build:production |
|
|
|
- run: npm run build:production |
|
|
@ -354,6 +373,8 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- checkout |
|
|
|
- checkout |
|
|
|
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
- run: npm install |
|
|
|
- run: npm install |
|
|
|
- run: npm run build:libs |
|
|
|
- run: npm run build:libs |
|
|
|
- run: npm run downloadsolc_assets |
|
|
|
- run: npm run downloadsolc_assets |
|
|
|