1
0
mirror of https://github.com/azure-rtos/threadx synced 2025-01-16 07:42:57 +08:00

Upgrade CMake to the latest.

This commit is contained in:
tinzhu 2023-11-10 15:50:36 +08:00
parent 57c251cd39
commit 2362271d4b

View File

@ -2,8 +2,11 @@
#
# Install necessary softwares for Ubuntu.
apt-get update
apt-get install -y \
# Remove large folder to save space
rm -rf /opt/hostedtoolcache
sudo apt-get update
sudo apt-get install -y \
gcc-multilib \
git \
g++ \
@ -19,3 +22,5 @@ apt-get install -y \
python3 -m pip install --upgrade pip
pip3 install gcovr==4.1
# Upgrade cmake to the latest version.
pip install --upgrade cmake