mirror of
https://github.com/polybar/polybar.git
synced 2025-02-10 15:46:58 -05:00
fix(ci): Exit if make fails
This commit is contained in:
parent
31cde9014a
commit
f974609fc5
1 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
#!/bin/bash
|
||||
cd "${TRAVIS_BUILD_DIR}/build" && make -j"${JOBS}"
|
||||
cd "${TRAVIS_BUILD_DIR}/build" || false
|
||||
make -j"${JOBS}" || exit $?
|
||||
|
|
Loading…
Add table
Reference in a new issue