Run shellcheck on all build scripts to ensure quality

This commit is contained in:
Zion Nimchuk
2021-03-19 23:11:37 -07:00
committed by Ivan
parent 70c98fff19
commit ca0c4f2cc0
+2
View File
@@ -55,6 +55,8 @@ ninja; build_status=$?;
cd ..
shellcheck .ci/*.sh
# If it compiled succesfully let's deploy depending on the build pipeline (Azure Pipelines).
# Azure publishes PRs as artifacts only.
{ [ "$IS_AZURE" = "true" ];