1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-19 00:02:09 +03:00
tabby/azure-pipelines.yml
2019-06-24 14:23:23 +02:00

25 lines
457 B
YAML

trigger:
- master
pool:
vmImage: 'windows-2019'
steps:
- task: NodeTool@0
inputs:
versionSpec: '12.x'
displayName: 'Install Node.js'
- script: |
yarn
node scripts/build-native.js
yarn run build:typings
yarn run build
node scripts/prepackage-plugins.js
node scripts/build-windows.js
displayName: 'npm install and build'
- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: 'dist\\*.exe'
artifactName: build