mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
Merge pull request #10470 from mikeller/added_unit_tests_to_azure
Added unit test / sanity check runs to the Azure script.
This commit is contained in:
commit
38c792c1c5
1 changed files with 7 additions and 1 deletions
|
@ -42,8 +42,14 @@ stages:
|
||||||
steps:
|
steps:
|
||||||
- script: make arm_sdk_install
|
- script: make arm_sdk_install
|
||||||
displayName: 'Install the build toolchain'
|
displayName: 'Install the build toolchain'
|
||||||
|
- script: sudo apt-get install -y libblocksruntime-dev
|
||||||
|
displayName: 'Install extra packages'
|
||||||
|
- script: make checks
|
||||||
|
displayName: 'Run sanity checks'
|
||||||
|
- script: make test-all
|
||||||
|
displayName: 'Run all unit tests'
|
||||||
- script: make all
|
- script: make all
|
||||||
displayName: 'Build the Unified Targets'
|
displayName: 'Build all oficial targets'
|
||||||
- script: mkdir release; cp obj/*.hex release/
|
- script: mkdir release; cp obj/*.hex release/
|
||||||
displayName: 'Copy artefacts'
|
displayName: 'Copy artefacts'
|
||||||
- task: PublishPipelineArtifact@1
|
- task: PublishPipelineArtifact@1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue