Skip to content

Commit 0f5eccf

Browse files
committed
Update nuttx_rvvirt_cmake.yml
1 parent 873601d commit 0f5eccf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nuttx_rvvirt_cmake.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,15 @@ jobs:
8383
8484
## Configure the build
8585
## ./tools/configure.sh -g rv-virt:nsh
86-
cmake -B build -DBOARD_CONFIG=rv-virt:nsh -GNinja
86+
## cmake -B build -DBOARD_CONFIG=rv-virt:nsh -GNinja
87+
cmake -B build -DBOARD_CONFIG=rv-virt:nsh
8788
8889
mkdir nuttxrvvirt
8990
9091
## Preserve the build config
9192
cp build/.config nuttxrvvirt/nuttx.config
9293
93-
cmake --build build
94+
cmake --build build -v
9495
9596
ls -a build
9697
cp build/nuttx nuttxrvvirt/nuttx

0 commit comments

Comments
 (0)