fix compile error on gcc13 ...

This commit is contained in:
Neucrack
2025-07-28 23:42:59 +08:00
parent fbd4883e06
commit 511936b9cb
5 changed files with 5678 additions and 5672 deletions

View File

@@ -45,6 +45,8 @@ jobs:
echo "-- Install requirements first --"
echo "--------------------------------"
python -m pip install -r requirements.txt
sudo apt update -y
sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake
echo "--------------------------------"
echo "-- Build Test for Linux now --"
echo "--------------------------------"

View File

@@ -45,6 +45,8 @@ jobs:
echo "-- Install requirements first --"
echo "--------------------------------"
python -m pip install -r requirements.txt
sudo apt update -y
sudo apt install -y cmake
echo "--------------------------------"
echo "-- Build Test for MaixCAM now --"
echo "--------------------------------"

View File

@@ -45,6 +45,8 @@ jobs:
echo "-- Install requirements first --"
echo "--------------------------------"
python -m pip install -r requirements.txt
sudo apt update -y
sudo apt install -y cmake
echo "--------------------------------"
echo "-- Build API DOC for MaixCAM now --"
echo "--------------------------------"

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# set -e
set -e
set -x
platform=$1