We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873601d commit 0f5eccfCopy full SHA for 0f5eccf
.github/workflows/nuttx_rvvirt_cmake.yml
@@ -83,14 +83,15 @@ jobs:
83
84
## Configure the build
85
## ./tools/configure.sh -g rv-virt:nsh
86
- cmake -B build -DBOARD_CONFIG=rv-virt:nsh -GNinja
+ ## cmake -B build -DBOARD_CONFIG=rv-virt:nsh -GNinja
87
+ cmake -B build -DBOARD_CONFIG=rv-virt:nsh
88
89
mkdir nuttxrvvirt
90
91
## Preserve the build config
92
cp build/.config nuttxrvvirt/nuttx.config
93
- cmake --build build
94
+ cmake --build build -v
95
96
ls -a build
97
cp build/nuttx nuttxrvvirt/nuttx
0 commit comments