Move spellcheck before build
This saves time when there's a syntax error in deploy_linux.sh
This commit is contained in:
@@ -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" ];
|
||||||
|
|||||||
+2
-2
@@ -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" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user