mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Move spellcheck before build
This saves time when there's a syntax error in deploy_linux.sh
This commit is contained in:
parent
eb4c6df609
commit
e4cc55dc19
2 changed files with 4 additions and 4 deletions
|
@ -4,6 +4,8 @@ if [ -z "$CIRRUS_CI" ]; then
|
||||||
cd rpcs3 || exit 1
|
cd rpcs3 || exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
shellcheck .ci/*.sh
|
||||||
|
|
||||||
git config --global --add safe.directory '*'
|
git config --global --add safe.directory '*'
|
||||||
|
|
||||||
# Pull all the submodules except llvm, opencv, sdl and curl
|
# Pull all the submodules except llvm, opencv, sdl and curl
|
||||||
|
@ -49,8 +51,6 @@ ninja; build_status=$?;
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
shellcheck .ci/*.sh
|
|
||||||
|
|
||||||
# If it compiled succesfully let's deploy.
|
# If it compiled succesfully let's deploy.
|
||||||
# Azure and Cirrus publish PRs as artifacts only.
|
# Azure and Cirrus publish PRs as artifacts only.
|
||||||
{ [ "$CI_HAS_ARTIFACTS" = "true" ];
|
{ [ "$CI_HAS_ARTIFACTS" = "true" ];
|
||||||
|
|
|
@ -4,6 +4,8 @@ if [ -z "$CIRRUS_CI" ]; then
|
||||||
cd rpcs3 || exit 1
|
cd rpcs3 || exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
shellcheck .ci/*.sh
|
||||||
|
|
||||||
git config --global --add safe.directory '*'
|
git config --global --add safe.directory '*'
|
||||||
|
|
||||||
# Pull all the submodules except llvm, opencv, sdl and curl
|
# Pull all the submodules except llvm, opencv, sdl and curl
|
||||||
|
@ -60,8 +62,6 @@ ninja; build_status=$?;
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
shellcheck .ci/*.sh
|
|
||||||
|
|
||||||
# If it compiled succesfully let's deploy.
|
# If it compiled succesfully let's deploy.
|
||||||
# Azure and Cirrus publish PRs as artifacts only.
|
# Azure and Cirrus publish PRs as artifacts only.
|
||||||
{ [ "$CI_HAS_ARTIFACTS" = "true" ];
|
{ [ "$CI_HAS_ARTIFACTS" = "true" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue