mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-21 20:09:53 +00:00
Set up CI with Azure Pipelines
[skip ci]
This commit is contained in:
parent
97d9173821
commit
2cffcbefa4
25
azure-pipelines.yml
Normal file
25
azure-pipelines.yml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
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
|
Loading…
x
Reference in New Issue
Block a user