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 b2a6822 commit 40c41d3Copy full SHA for 40c41d3
entrypoint.sh
@@ -90,8 +90,7 @@ cmake -DPICO_BOARD="$BOARD_NAME" -S "$SOURCE_DIR" -B "$OUTPUT_DIR" -G "$MAKEFILE
90
91
if [ "$CMAKE_CONFIG_ONLY" = "false" ]; then
92
echo "Building project..."
93
- echo "PWD: $(pwd)"
94
- make -j$(nproc)
+ cd "$OUTPUT_DIR" && make -j$(nproc)
95
96
# Remove ignored build directories
97
echo "Removing unnecessary build directories..."
0 commit comments