mirror of
https://github.com/polybar/polybar.git
synced 2024-11-18 13:55:11 -05:00
2 lines
63 B
Bash
Executable file
2 lines
63 B
Bash
Executable file
#!/bin/bash
|
|
cd "${TRAVIS_BUILD_DIR}/build" && make -j"${JOBS}"
|