Skip to content

Instantly share code, notes, and snippets.

@suru-dissanaike
Created August 30, 2021 18:54
Show Gist options
  • Save suru-dissanaike/af3b9458f5c6748b31f084fc775fbcb2 to your computer and use it in GitHub Desktop.
Save suru-dissanaike/af3b9458f5c6748b31f084fc775fbcb2 to your computer and use it in GitHub Desktop.
- echo "trap example"
- |
if ! make -j$(nproc); then
make -j1 V=s > makeverbose.log || {
exitcode=$?
tail -n 100 makeverbose.log
exit ${exitcode}
};
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment