1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-27 03:53:00 +02:00

Set up CI with Azure Pipelines

testing ci with azure pipelines [skip ci]
This commit is contained in:
Joseph Flinn 2020-12-11 15:42:43 -08:00
parent 538d27b6e9
commit 6ebbe16070

24
azure-pipelines.yml Normal file
View File

@ -0,0 +1,24 @@
# Node.js
# Build a general Node.js project with npm.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
trigger:
- main
pool:
vmImage: 'windows-latest'
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
displayName: 'Install Node.js'
- script: npm install
displayName: 'npm install'
- script: |
npm run build
npm npm run clean:dist
electron-builder --win --x64 --ia32 -p never