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:
parent
57c251cd39
commit
2362271d4b
@ -2,8 +2,11 @@
|
|||||||
#
|
#
|
||||||
# Install necessary softwares for Ubuntu.
|
# Install necessary softwares for Ubuntu.
|
||||||
|
|
||||||
apt-get update
|
# Remove large folder to save space
|
||||||
apt-get install -y \
|
rm -rf /opt/hostedtoolcache
|
||||||
|
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y \
|
||||||
gcc-multilib \
|
gcc-multilib \
|
||||||
git \
|
git \
|
||||||
g++ \
|
g++ \
|
||||||
@ -19,3 +22,5 @@ apt-get install -y \
|
|||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
pip3 install gcovr==4.1
|
pip3 install gcovr==4.1
|
||||||
|
|
||||||
|
# Upgrade cmake to the latest version.
|
||||||
|
pip install --upgrade cmake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user