Skip to content

Commit

Permalink
turned the ci hack back on
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke committed Nov 7, 2022
1 parent 72c6a87 commit 0d53794
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ if [ ! -f "$COMPILE_COMMANDS" ]; then
(cd "$SRC_DIR"; ./flutter/tools/gn)
fi


cd $SRC_DIR
flutter/tools/gn --ios

echo "$(date +%T) Running clang_tidy"

cd "$SCRIPT_DIR"
Expand All @@ -49,6 +53,8 @@ cd "$SCRIPT_DIR"
"$SRC_DIR/flutter/tools/clang_tidy/bin/main.dart" \
--src-dir="$SRC_DIR" \
--mac-host-warnings-as-errors="$MAC_HOST_WARNINGS_AS_ERRORS" \
--shard-variants="ios_debug" \
--shard-id=0 \
"$@"

echo "$(date +%T) Running pylint"
Expand Down

0 comments on commit 0d53794

Please sign in to comment.