mirror of
https://github.com/azure-rtos/threadx
synced 2025-01-30 08:02:57 +08:00
Update CFS usage (#252)
This commit is contained in:
parent
672c5e953e
commit
390c5ce1b7
@ -19,10 +19,15 @@ pool:
|
||||
vmImage: "ubuntu-22.04"
|
||||
|
||||
steps:
|
||||
- task: PipAuthenticate@1
|
||||
displayName: 'Pip Authenticate'
|
||||
inputs:
|
||||
# Provide list of feed names which you want to authenticate.
|
||||
# Project scoped feeds must include the project name in addition to the feed name.
|
||||
artifactFeeds: 'X-Ware/X-Ware_PublicPackages'
|
||||
|
||||
- bash: sudo $(Build.SourcesDirectory)/scripts/install.sh
|
||||
displayName: 'Install softwares'
|
||||
env:
|
||||
INDEX_URL: $(INDEX_URL)
|
||||
|
||||
- task: Bash@3
|
||||
displayName: 'SDL check'
|
||||
|
@ -18,10 +18,15 @@ pool:
|
||||
vmImage: "ubuntu-22.04"
|
||||
|
||||
steps:
|
||||
- task: PipAuthenticate@1
|
||||
displayName: 'Pip Authenticate'
|
||||
inputs:
|
||||
# Provide list of feed names which you want to authenticate.
|
||||
# Project scoped feeds must include the project name in addition to the feed name.
|
||||
artifactFeeds: 'X-Ware/X-Ware_PublicPackages'
|
||||
|
||||
- bash: sudo $(Build.SourcesDirectory)/scripts/install.sh
|
||||
displayName: 'Install softwares'
|
||||
env:
|
||||
INDEX_URL: $(INDEX_URL)
|
||||
|
||||
- task: Bash@3
|
||||
displayName: 'SDL check'
|
||||
|
@ -17,6 +17,5 @@ apt-get install -y \
|
||||
software-properties-common
|
||||
|
||||
python3 -m pip install --upgrade pip
|
||||
pip3 install artifacts-keyring
|
||||
pip3 install gcovr==4.1 $INDEX_URL
|
||||
pip3 install gcovr==4.1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user