mirror of
https://github.com/polybar/polybar.git
synced 2024-10-27 05:23:39 -04:00
3 lines
80 B
Bash
Executable file
3 lines
80 B
Bash
Executable file
#!/bin/bash
|
|
cd "${TRAVIS_BUILD_DIR}/build" || false
|
|
make -j"${JOBS}" || exit $?
|