Skip to content

Commit

Permalink
ci(samples): add log separators for each sample
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Oct 29, 2024
1 parent 56cdc3d commit 43be0a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci_build_samples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ fi

for dir in samples/*/
do
echo "::group::Building $dir"
cd "$dir"
make -j${NUMCORES}
cd ../..
echo "::endgroup::"
done

0 comments on commit 43be0a3

Please sign in to comment.