1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

switch to "yarn gulp" for consistency.

This commit is contained in:
Richard Cooper 2019-10-25 11:51:57 +01:00
parent 8da9780692
commit 61403c30a2

View file

@ -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'