pull/5200/head
bunsenstraat 2 months ago
parent 90268ec267
commit a7ac320722
  1. 34
      .circleci/config.yml

@ -199,8 +199,8 @@ jobs:
key: node-20-windows-v3 key: node-20-windows-v3
- run: - run:
command: | command: |
nvm install 20.0.0 nvm install 22
nvm use 20 nvm use 22
node -v node -v
npx -v npx -v
npm install --global yarn npm install --global yarn
@ -261,8 +261,8 @@ jobs:
key: node-20-windows-v3 key: node-20-windows-v3
- run: - run:
command: | command: |
nvm install 20.0.0 nvm install 22
nvm use 20 nvm use 22
node -v node -v
npx -v npx -v
npm install --global yarn npm install --global yarn
@ -285,7 +285,7 @@ jobs:
mkdir apps/remixdesktop/build mkdir apps/remixdesktop/build
cp -r dist/apps/remix-ide apps/remixdesktop/build cp -r dist/apps/remix-ide apps/remixdesktop/build
cd apps/remixdesktop/ cd apps/remixdesktop/
nvm use 20 nvm use 22
node -v node -v
pip install setuptools pip install setuptools
yarn yarn
@ -450,14 +450,14 @@ jobs:
- run: - run:
command: | command: |
ls -la dist/apps/remix-ide ls -la dist/apps/remix-ide
nvm install 20.0.0 nvm install 22
nvm use 20 nvm use 22
- restore_cache: - restore_cache:
keys: keys:
- remixdesktop-deps-mac-{{ checksum "apps/remixdesktop/yarn.lock" }} - remixdesktop-deps-mac-{{ checksum "apps/remixdesktop/yarn.lock" }}
- run: - run:
command: | command: |
nvm use 20 nvm use 22
cd apps/remixdesktop cd apps/remixdesktop
yarn || yarn yarn || yarn
find ./node_modules find ./node_modules
@ -469,14 +469,14 @@ jobs:
# use USE_HARD_LINK=false https://github.com/electron-userland/electron-builder/issues/3179 # use USE_HARD_LINK=false https://github.com/electron-userland/electron-builder/issues/3179
- run: - run:
command: | command: |
nvm use 20 nvm use 22
mkdir apps/remixdesktop/build mkdir apps/remixdesktop/build
cp -r dist/apps/remix-ide apps/remixdesktop/build cp -r dist/apps/remix-ide apps/remixdesktop/build
cd apps/remixdesktop cd apps/remixdesktop
yarn yarn
- run: - run:
command: | command: |
nvm use 20 nvm use 22
cd apps/remixdesktop cd apps/remixdesktop
yarn installRipGrepMacOX<< parameters.arch >> yarn installRipGrepMacOX<< parameters.arch >>
PUBLISH_FOR_PULL_REQUEST='false' USE_HARD_LINKS=false ./rundist.bash --<< parameters.arch >> PUBLISH_FOR_PULL_REQUEST='false' USE_HARD_LINKS=false ./rundist.bash --<< parameters.arch >>
@ -520,14 +520,14 @@ jobs:
- run: - run:
command: | command: |
ls -la dist/apps/remix-ide ls -la dist/apps/remix-ide
nvm install 20.0.0 nvm install 22
nvm use 20 nvm use 22
- restore_cache: - restore_cache:
keys: keys:
- remixdesktop-deps-mac-{{ checksum "apps/remixdesktop/yarn.lock" }} - remixdesktop-deps-mac-{{ checksum "apps/remixdesktop/yarn.lock" }}
- run: - run:
command: | command: |
nvm use 20 nvm use 22
cd apps/remixdesktop cd apps/remixdesktop
yarn || yarn yarn || yarn
yarn add @remix-project/remix-ws-templates yarn add @remix-project/remix-ws-templates
@ -537,14 +537,14 @@ jobs:
- apps/remixdesktop/node_modules - apps/remixdesktop/node_modules
- run: - run:
command: | command: |
nvm use 20 nvm use 22
mkdir apps/remixdesktop/build mkdir apps/remixdesktop/build
cp -r dist/apps/remix-ide apps/remixdesktop/build cp -r dist/apps/remix-ide apps/remixdesktop/build
cd apps/remixdesktop cd apps/remixdesktop
yarn yarn
- run: - run:
command: | command: |
nvm use 20 nvm use 22
cd apps/remixdesktop cd apps/remixdesktop
yarn installRipGrepMacOXarm64 yarn installRipGrepMacOXarm64
PUBLISH_FOR_PULL_REQUEST='false' DO_NOT_NOTARIZE='true' USE_HARD_LINKS=false ./rundist.bash --arm64 PUBLISH_FOR_PULL_REQUEST='false' DO_NOT_NOTARIZE='true' USE_HARD_LINKS=false ./rundist.bash --arm64
@ -552,13 +552,13 @@ jobs:
- run: - run:
name: "Run tests" name: "Run tests"
command: | command: |
nvm use 20 nvm use 22
cd apps/remixdesktop cd apps/remixdesktop
./run_ci_test.sh ./run_ci_test.sh
- run: - run:
name: "Run isogit tests" name: "Run isogit tests"
command: | command: |
nvm use 20 nvm use 22
cd apps/remixdesktop cd apps/remixdesktop
./run_git_ui_isogit_tests.sh ./run_git_ui_isogit_tests.sh
- store_test_results: - store_test_results:

Loading…
Cancel
Save