Skip to content

Commit

Permalink
Try fail on sub-shell fail
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenalpha committed Nov 8, 2023
1 parent d0252d7 commit 7d1c643
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions contrib/hiddenalpha-buildEnv-one/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ true `# Configure for debian 9 x86_64` \
&& true


true `# Setup` \
(true `# Setup` \
&& $SUDO apt install -y --no-install-recommends \
git openjdk-8-jdk-headless g++ maven \
&& true
&& true)


true `# Make` \
(true `# Make` \
&& set -e \
&& if test -n $BASH_VERSINFO; then set -o posix; fi \
&& cat contrib/hiddenalpha-buildEnv-one/res/pom.patch | git apply \
&& mvn clean \
&& mvn -PnoCmake compile \
Expand All @@ -47,6 +49,6 @@ true `# Make` \
&& mvn -PnoCmake -PnoJavah -PnativeJar -P"${T:?}" package \
;done \
&& mvn -PnoCmake -PnoJavah -PnoNatives -PwithTestClasspath verify \
&& true
&& true)


0 comments on commit 7d1c643

Please sign in to comment.