[cmake]: added initial support for MSYS2

Currently concerns only arm.

tools/ci/testlist/msys2.dat:
At the moment I only added the board nucleo-l152re:nsh

.github/workflows/build.yml:
Enabled cmake for msys2
This commit is contained in:
simbit18
2024-08-27 21:36:12 +08:00
committed by Xiang Xiao
parent 3fa6cfc41e
commit 1661a66843
8 changed files with 146 additions and 20 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ jobs:
git config --global --add safe.directory /github/workspace/sources/nuttx
git config --global --add safe.directory /github/workspace/sources/apps
cd sources/nuttx/tools/ci
./cibuild.sh -g -i -A -C -R testlist/${{matrix.boards}}.dat
./cibuild.sh -g -i -A -C -N -R testlist/${{matrix.boards}}.dat
- uses: actions/upload-artifact@v4
with: