mirror of
https://github.com/eclipse-threadx/threadx.git
synced 2025-11-16 04:24:48 +00:00
Update CFS usage (#252)
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user