mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 08:15:22 +03:00
switch to "yarn gulp" for consistency.
This commit is contained in:
parent
8da9780692
commit
61403c30a2
1 changed files with 5 additions and 5 deletions
|
@ -27,8 +27,8 @@ stages:
|
||||||
displayName: 'Install Node.js 10.16.3'
|
displayName: 'Install Node.js 10.16.3'
|
||||||
- script: yarn install
|
- script: yarn install
|
||||||
displayName: 'Run yarn install'
|
displayName: 'Run yarn install'
|
||||||
- script: gulp release --win32 --win64
|
- script: yarn gulp release --win32 --win64
|
||||||
displayName: 'Run gulp release'
|
displayName: 'Run yarn gulp release'
|
||||||
- powershell: Set-Content -Path '$(System.DefaultWorkingDirectory)/release/log.txt' -Value $env:BUILD_SOURCEVERSIONMESSAGE
|
- powershell: Set-Content -Path '$(System.DefaultWorkingDirectory)/release/log.txt' -Value $env:BUILD_SOURCEVERSIONMESSAGE
|
||||||
|
|
||||||
- task: PublishPipelineArtifact@1
|
- task: PublishPipelineArtifact@1
|
||||||
|
@ -51,8 +51,8 @@ stages:
|
||||||
displayName: 'Install Gulp'
|
displayName: 'Install Gulp'
|
||||||
- script: yarn install
|
- script: yarn install
|
||||||
displayName: 'Run yarn install'
|
displayName: 'Run yarn install'
|
||||||
- script: gulp release --osx64
|
- script: yarn gulp release --osx64
|
||||||
displayName: 'Run gulp release'
|
displayName: 'Run yarn gulp release'
|
||||||
|
|
||||||
- task: PublishPipelineArtifact@1
|
- task: PublishPipelineArtifact@1
|
||||||
displayName: 'Publish MacOS release'
|
displayName: 'Publish MacOS release'
|
||||||
|
@ -72,7 +72,7 @@ stages:
|
||||||
displayName: 'Install Node.js 10.16.3'
|
displayName: 'Install Node.js 10.16.3'
|
||||||
- script: yarn install
|
- script: yarn install
|
||||||
displayName: 'Run yarn install'
|
displayName: 'Run yarn install'
|
||||||
- script: gulp release --linux32 --linux64
|
- script: yarn gulp release --linux32 --linux64
|
||||||
displayName: 'Run gulp release'
|
displayName: 'Run gulp release'
|
||||||
- script: cd $(System.DefaultWorkingDirectory)/release; find -mindepth 1 -maxdepth 1 -type d -exec rm -r {} \;
|
- script: cd $(System.DefaultWorkingDirectory)/release; find -mindepth 1 -maxdepth 1 -type d -exec rm -r {} \;
|
||||||
displayName: 'Clean release folders'
|
displayName: 'Clean release folders'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue