File tree Expand file tree Collapse file tree 5 files changed +5
-20
lines changed
Expand file tree Collapse file tree 5 files changed +5
-20
lines changed Original file line number Diff line number Diff line change 5454 echo "-- Build MaixPy for Linux now --"
5555 echo "--------------------------------"
5656 sudo apt update -y
57- sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake
57+ sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake autoconf automake libtool git build-essential
5858 cmake --version
5959 python setup.py bdist_wheel linux
6060 echo "--------------------------------"
6868 echo "----------------------------------"
6969 python setup.py bdist_wheel maixcam
7070 mv dist/* artifact/
71- echo "----------------------------------"
72- echo "-- Build MaixPy for MaixCAM2 now --"
73- echo "----------------------------------"
74- python setup.py bdist_wheel maixcam2
75- mv dist/* artifact/
7671
7772 - name : Upload MaixPy Linux firmware as artifact
7873 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 5454 echo "-- Build MaixPy for Linux now --"
5555 echo "--------------------------------"
5656 sudo apt update -y
57- sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake
57+ sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake autoconf automake libtool git build-essential
5858 cmake --version
5959 python setup.py bdist_wheel linux
6060 echo "--------------------------------"
6868 echo "----------------------------------"
6969 python setup.py bdist_wheel maixcam
7070 mv dist/* artifact/
71- echo "----------------------------------"
72- echo "-- Build MaixPy for MaixCAM2 now --"
73- echo "----------------------------------"
74- python setup.py bdist_wheel maixcam2
75- mv dist/* artifact/
7671
7772 - name : Upload MaixPy Linux firmware as artifact
7873 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 5454 echo "-- Build MaixPy for Linux now --"
5555 echo "--------------------------------"
5656 sudo apt update -y
57- sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake
57+ sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake autoconf automake libtool git build-essential
5858 cmake --version
5959 python setup.py bdist_wheel linux
6060 echo "--------------------------------"
6868 echo "----------------------------------"
6969 python setup.py bdist_wheel maixcam
7070 mv dist/* artifact/
71- echo "----------------------------------"
72- echo "-- Build MaixPy for MaixCAM2 now --"
73- echo "----------------------------------"
74- python setup.py bdist_wheel maixcam2
75- mv dist/* artifact/
7671
7772 - name : Upload MaixPy Linux firmware as artifact
7873 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 4343 echo "-- Build MaixPy for Linux now --"
4444 echo "--------------------------------"
4545 sudo apt update -y
46- sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake libfuse-dev mtools
46+ sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake libfuse-dev mtools autoconf automake libtool git build-essential
4747 cmake --version
4848 python setup.py bdist_wheel linux
4949 echo "--------------------------------"
Original file line number Diff line number Diff line change 3939 echo "-- Build MaixPy for Linux now --"
4040 echo "--------------------------------"
4141 sudo apt update -y
42- sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake
42+ sudo apt install -y libopencv-dev libopencv-contrib-dev libsdl2-dev cmake autoconf automake libtool git build-essential
4343 cmake --version
4444 python setup.py bdist_wheel linux
4545 echo "--------------------------------"
You can’t perform that action at this time.
0 commit comments