Add Azure DevOps pipelines for ThreadX test

This commit is contained in:
Tiejun Zhou
2023-04-11 07:36:09 +00:00
parent ebeb02b958
commit 5f430f22e2
6 changed files with 161 additions and 2 deletions

22
scripts/install.sh Executable file
View File

@@ -0,0 +1,22 @@
#!/bin/bash
#
# Install necessary softwares for Ubuntu.
apt-get update
apt-get install -y \
gcc-multilib \
git \
g++ \
python3-pip \
ninja-build \
unifdef \
p7zip-full \
tofrodos \
gawk \
cmake \
software-properties-common
python3 -m pip install --upgrade pip
pip3 install artifacts-keyring
pip3 install gcovr==4.1 $INDEX_URL