update pipeline-build-20220901.yml

This commit is contained in:
shenmo 2022-09-01 14:37:28 +00:00 committed by Gitee
parent 494372e0b2
commit 73b82e0822
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -22,22 +22,9 @@ stages:
displayName: Nodejs 构建 displayName: Nodejs 构建
nodeVersion: 16.14.2 nodeVersion: 16.14.2
commands: commands:
- '# 设置NPM源提升安装速度'
- npm config set registry https://registry.npmmirror.com - npm config set registry https://registry.npmmirror.com
- npm i yarn -g - npm i yarn -g
- yarn config set registry "https://registry.npmmirror.com" - yarn cache dir
- yarn config set electron_builder_binaries_mirror "https://npmmirror.com/mirrors/electron-builder-binaries/"
- yarn config set electron_mirror "https://cdn.npmmirror.com/binaries/electron/"
- '#下载electron'
- wget https://kgithub.com/electron/electron/releases/download/v2.0.16/electron-v2.0.16-linux-x64.zip
- wget https://kgithub.com/electron/electron/releases/download/v2.0.16/SHASUMS256.txt
- mkdir -p $HOME/.cache/electron/cache
- mv electron-v2.0.16-linux-x64.zip $HOME/.cache/electron/cache
- mv SHASUMS256.txt $HOME/.cache/electron/cache/SHASUMS256.txt-2.0.16
- '#'
- mkdir ../release
- yarn
- yarn package-linux
artifacts: artifacts:
- name: BUILD_ARTIFACT - name: BUILD_ARTIFACT
path: path: