mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Run shellcheck on all build scripts to ensure quality
This commit is contained in:
parent
70c98fff19
commit
ca0c4f2cc0
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ ninja; build_status=$?;
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
shellcheck .ci/*.sh
|
||||||
|
|
||||||
# If it compiled succesfully let's deploy depending on the build pipeline (Azure Pipelines).
|
# If it compiled succesfully let's deploy depending on the build pipeline (Azure Pipelines).
|
||||||
# Azure publishes PRs as artifacts only.
|
# Azure publishes PRs as artifacts only.
|
||||||
{ [ "$IS_AZURE" = "true" ];
|
{ [ "$IS_AZURE" = "true" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue