rdesktop2
bunsenstraat 1 year ago
parent 32bbaf31bc
commit be174d3da3
  1. 21
      .circleci/config.yml

@ -72,7 +72,7 @@ jobs:
name: Build name: Build
command: | command: |
yarn build:desktop yarn build:desktop
- run: mkdir perist && zip -0 -r perist/desktopbuild.zip dist/rexmix-ide - run: mkdir perist && zip -0 -r perist/desktopbuild.zip dist/remix-ide
- persist_to_workspace: - persist_to_workspace:
root: . root: .
paths: paths:
@ -156,23 +156,13 @@ jobs:
working_directory: ~/remix-project working_directory: ~/remix-project
steps: steps:
- checkout - checkout
- attach_workspace:
at: .
- run: - run:
command: | command: |
ls -la dist/apps/remix-ide
nvm install 20.0.0 nvm install 20.0.0
nvm use 20.0.0 nvm use 20.0.0
- restore_cache:
keys:
- remixdesktop-remix-mac-{{ checksum "yarn.lock" }}
- run: ls -la
- run:
command: |
nvm use 20.0.0
yarn
- save_cache:
key: remixdesktop-remix-mac-{{ checksum "yarn.lock" }}
paths:
- node_modules
- restore_cache: - restore_cache:
keys: keys:
- remixdesktop-deps-mac-{{ checksum "apps/remixdesktop/yarn.lock" }} - remixdesktop-deps-mac-{{ checksum "apps/remixdesktop/yarn.lock" }}
@ -188,7 +178,8 @@ jobs:
- run: - run:
command: | command: |
nvm use 20.0.0 nvm use 20.0.0
yarn build:desktop mdkir apps/remixdesktop/build
cp -r dist/apps/remix-ide apps/remixdesktop/build/remix-ide
cd apps/remixdesktop cd apps/remixdesktop
USE_HARD_LINKS=false yarn dist --mac USE_HARD_LINKS=false yarn dist --mac
rm -rf release/mac* rm -rf release/mac*

Loading…
Cancel
Save