|
|
|
@ -34,7 +34,7 @@ jobs: |
|
|
|
|
- restore_cache: |
|
|
|
|
keys: |
|
|
|
|
- v1-deps-{{ checksum "yarn.lock" }} |
|
|
|
|
- run: yarn install |
|
|
|
|
- run: yarn |
|
|
|
|
- save_cache: |
|
|
|
|
key: v1-deps-{{ checksum "yarn.lock" }} |
|
|
|
|
paths: |
|
|
|
@ -73,7 +73,7 @@ jobs: |
|
|
|
|
- restore_cache: |
|
|
|
|
keys: |
|
|
|
|
- v1-deps-{{ checksum "yarn.lock" }} |
|
|
|
|
- run: yarn install |
|
|
|
|
- run: yarn |
|
|
|
|
- run: |
|
|
|
|
name: Remix Libs Linting |
|
|
|
|
command: ./apps/remix-ide/ci/lint.sh |
|
|
|
@ -104,8 +104,8 @@ jobs: |
|
|
|
|
- restore_cache: |
|
|
|
|
keys: |
|
|
|
|
- v1-deps-{{ checksum "yarn.lock" }} |
|
|
|
|
- run: yarn install |
|
|
|
|
- run: cd dist/libs/remix-tests && yarn install |
|
|
|
|
- run: yarn |
|
|
|
|
- run: cd dist/libs/remix-tests && yarn |
|
|
|
|
- run: yarn run test:libs |
|
|
|
|
|
|
|
|
|
remix-ide-chrome: |
|
|
|
@ -143,7 +143,7 @@ jobs: |
|
|
|
|
- restore_cache: |
|
|
|
|
keys: |
|
|
|
|
- v1-deps-{{ checksum "yarn.lock" }} |
|
|
|
|
- run: yarn install |
|
|
|
|
- run: yarn |
|
|
|
|
- run: |
|
|
|
|
name: Java |
|
|
|
|
command: sudo apt update && sudo apt install default-jre |
|
|
|
@ -195,7 +195,7 @@ jobs: |
|
|
|
|
- restore_cache: |
|
|
|
|
keys: |
|
|
|
|
- v1-deps-{{ checksum "yarn.lock" }} |
|
|
|
|
- run: yarn install |
|
|
|
|
- run: yarn |
|
|
|
|
- run: |
|
|
|
|
name: Java |
|
|
|
|
command: sudo apt update && sudo apt install default-jre |
|
|
|
@ -248,7 +248,7 @@ jobs: |
|
|
|
|
- restore_cache: |
|
|
|
|
keys: |
|
|
|
|
- v1-deps-{{ checksum "yarn.lock" }} |
|
|
|
|
- run: yarn install |
|
|
|
|
- run: yarn |
|
|
|
|
- run: |
|
|
|
|
name: Java |
|
|
|
|
command: sudo apt update && sudo apt install default-jre |
|
|
|
@ -300,7 +300,7 @@ jobs: |
|
|
|
|
- restore_cache: |
|
|
|
|
keys: |
|
|
|
|
- v1-deps-{{ checksum "yarn.lock" }} |
|
|
|
|
- run: yarn install |
|
|
|
|
- run: yarn |
|
|
|
|
- run: |
|
|
|
|
name: Java |
|
|
|
|
command: sudo apt update && sudo apt install default-jre |
|
|
|
@ -352,7 +352,7 @@ jobs: |
|
|
|
|
- restore_cache: |
|
|
|
|
keys: |
|
|
|
|
- v1-deps-{{ checksum "yarn.lock" }} |
|
|
|
|
- run: yarn install |
|
|
|
|
- run: yarn |
|
|
|
|
- run: |
|
|
|
|
name: Java |
|
|
|
|
command: sudo apt update && sudo apt install default-jre |
|
|
|
@ -405,7 +405,7 @@ jobs: |
|
|
|
|
- restore_cache: |
|
|
|
|
keys: |
|
|
|
|
- v1-deps-{{ checksum "yarn.lock" }} |
|
|
|
|
- run: yarn install |
|
|
|
|
- run: yarn |
|
|
|
|
- run: |
|
|
|
|
name: Java |
|
|
|
|
command: sudo apt update && sudo apt install default-jre |
|
|
|
@ -458,7 +458,7 @@ jobs: |
|
|
|
|
- restore_cache: |
|
|
|
|
keys: |
|
|
|
|
- v1-deps-{{ checksum "yarn.lock" }} |
|
|
|
|
- run: yarn install |
|
|
|
|
- run: yarn |
|
|
|
|
- run: |
|
|
|
|
name: Java |
|
|
|
|
command: sudo apt update && sudo apt install default-jre |
|
|
|
@ -497,7 +497,7 @@ jobs: |
|
|
|
|
install-yarn: true |
|
|
|
|
node-version: "v14.17.6" |
|
|
|
|
- checkout |
|
|
|
|
- run: yarn install |
|
|
|
|
- run: yarn |
|
|
|
|
- run: yarn run downloadsolc_assets |
|
|
|
|
- run: yarn run build:production |
|
|
|
|
- run: |
|
|
|
@ -526,7 +526,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
|
- checkout |
|
|
|
|
- run: yarn install |
|
|
|
|
- run: yarn |
|
|
|
|
- run: yarn run downloadsolc_assets |
|
|
|
|
- run: yarn run build:production |
|
|
|
|
- run: |
|
|
|
@ -558,7 +558,7 @@ jobs: |
|
|
|
|
- node/install: |
|
|
|
|
install-yarn: true |
|
|
|
|
node-version: "v14.17.6" |
|
|
|
|
- run: yarn install |
|
|
|
|
- run: yarn |
|
|
|
|
- run: yarn run build:libs |
|
|
|
|
- run: yarn run downloadsolc_assets |
|
|
|
|
- run: yarn run build:production |
|
|
|
|