We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30b8ef commit 79a1b11Copy full SHA for 79a1b11
examples/format_all.sh
@@ -9,6 +9,12 @@ normal=$(tput sgr0)
9
$SCRIPT_DIR/../tools/check_unstaged.sh || exit
10
export TOCK_NO_CHECK_UNSTAGED=1
11
12
+# Explicitly build no targets if we're only formatting.
13
+#
14
+# This allows a system (i.e., a CI instance) with no cross-compilers to still
15
+# format without generating any warnings.
16
+export TOCK_TARGETS=
17
+
18
function opt_rebuild {
19
if [ "$CI" == "true" ]; then
20
echo "::group::Verbose Rebuild for $1"
0 commit comments