Skip to content

Commit

Permalink
Don't fail on exit 1
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Oct 17, 2024
1 parent 0c726a9 commit 43f4d9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci-scripts/ci-build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ cd "rizin-$CI_RZ_VERSION"
meson setup --buildtype=release -Denable_tests=false build
sudo ninja -C build install

set +e

# cleanup
cd ..
rm -rf "rizin-*"
Expand All @@ -43,7 +45,7 @@ rm -rf "rizin-*"
cd "$CI_JSDEC"

# build jsdec and install in the rizin dir.
meson setup --buildtype=release -Dbuild_type=rizin build
meson setup --buildtype=release -Dbuild_type=rizin --prefix=~/.local build
sudo ninja -C build install || sleep 0

# check if it was installed correctly and try to run it.
Expand Down

0 comments on commit 43f4d9d

Please sign in to comment.