1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-10-27 05:23:39 -04:00
polybar/common/travis/build.sh

4 lines
80 B
Bash
Raw Normal View History

2016-12-15 14:22:42 -05:00
#!/bin/bash
2017-01-24 06:12:12 -05:00
cd "${TRAVIS_BUILD_DIR}/build" || false
make -j"${JOBS}" || exit $?