Add depdendency steps.
This commit is contained in:
@@ -9,13 +9,24 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Set up Node.js
|
name: Set up Node.js
|
||||||
command: nvm install 22 && nvm use 22
|
command: |
|
||||||
|
nvm install 22
|
||||||
|
nvm use 22
|
||||||
|
- run:
|
||||||
|
name: Install Build Dependencies
|
||||||
|
command: |
|
||||||
|
choco install python visualstudio2022-workload-vctools -y
|
||||||
|
python -m pip install --upgrade pip setuptools wheel
|
||||||
- run:
|
- run:
|
||||||
name: Install NPM Packages
|
name: Install NPM Packages
|
||||||
command: npm install
|
command: npm install
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Build Electron App for Windows
|
name: Build Electron App for Windows
|
||||||
|
# environment:
|
||||||
|
# AZURE_TENANT_ID: <<>>
|
||||||
|
# AZURE_CLIENT_ID: <<>>
|
||||||
|
# AZURE_CLIENT_SECRET: <<>>
|
||||||
command: npm run build:win
|
command: npm run build:win
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: .\dist
|
path: .\dist
|
||||||
|
|||||||
Reference in New Issue
Block a user