1
0
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:
TiejunZhou 2023-04-20 17:20:15 +08:00 committed by GitHub
parent 672c5e953e
commit 390c5ce1b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 6 deletions

View File

@ -19,10 +19,15 @@ pool:
vmImage: "ubuntu-22.04" vmImage: "ubuntu-22.04"
steps: 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 - bash: sudo $(Build.SourcesDirectory)/scripts/install.sh
displayName: 'Install softwares' displayName: 'Install softwares'
env:
INDEX_URL: $(INDEX_URL)
- task: Bash@3 - task: Bash@3
displayName: 'SDL check' displayName: 'SDL check'

View File

@ -18,10 +18,15 @@ pool:
vmImage: "ubuntu-22.04" vmImage: "ubuntu-22.04"
steps: 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 - bash: sudo $(Build.SourcesDirectory)/scripts/install.sh
displayName: 'Install softwares' displayName: 'Install softwares'
env:
INDEX_URL: $(INDEX_URL)
- task: Bash@3 - task: Bash@3
displayName: 'SDL check' displayName: 'SDL check'

View File

@ -17,6 +17,5 @@ apt-get install -y \
software-properties-common software-properties-common
python3 -m pip install --upgrade pip python3 -m pip install --upgrade pip
pip3 install artifacts-keyring pip3 install gcovr==4.1
pip3 install gcovr==4.1 $INDEX_URL