Skip to content

Commit

Permalink
Update build-linux.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
illusion0001 authored Sep 23, 2024
1 parent 0db11de commit 3fe2161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ git config --global --add safe.directory '*'
# shellcheck disable=SC2046
git submodule -q update --init $(awk '/path/ && !/llvm/ && !/SPIRV/ { print $3 }' .gitmodules)

shellcheck .ci/*.sh

mkdir build && cd build || exit 1

if [ "$COMPILER" = "gcc" ]; then
Expand Down Expand Up @@ -55,6 +53,8 @@ ninja; build_status=$?;

cd ..

shellcheck .ci/*.sh

# If it compiled succesfully let's deploy.
# Azure and Cirrus publish PRs as artifacts only.
{ [ "$CI_HAS_ARTIFACTS" = "true" ];
Expand Down

0 comments on commit 3fe2161

Please sign in to comment.