mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
commit
41747c65b6
1 changed files with 4 additions and 1 deletions
|
@ -17,6 +17,7 @@ variables:
|
||||||
repoName: betaflight-configurator-nightlies
|
repoName: betaflight-configurator-nightlies
|
||||||
debugReleaseNotes: This is a nightly build off the tip of 'master'. It may be unstable and result in corrupted configurations or data loss. **Use only for testing.**
|
debugReleaseNotes: This is a nightly build off the tip of 'master'. It may be unstable and result in corrupted configurations or data loss. **Use only for testing.**
|
||||||
releaseNotes: This is a release build. It does not contain the debug console.
|
releaseNotes: This is a release build. It does not contain the debug console.
|
||||||
|
linuxVmImage: 'ubuntu-20.04'
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
- name: releaseBuild
|
- name: releaseBuild
|
||||||
|
@ -121,7 +122,7 @@ stages:
|
||||||
|
|
||||||
- job: 'Linux'
|
- job: 'Linux'
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-20.04'
|
vmImage: '$(linuxVmImage)'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: UseNode@1
|
- task: UseNode@1
|
||||||
|
@ -148,6 +149,8 @@ stages:
|
||||||
- stage: Release
|
- stage: Release
|
||||||
jobs:
|
jobs:
|
||||||
- job: Release
|
- job: Release
|
||||||
|
pool:
|
||||||
|
vmImage: '$(linuxVmImage)'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue