mirror of
https://github.com/polybar/polybar.git
synced 2026-03-01 05:19:54 +00:00
3 lines
61 B
Bash
Executable File
3 lines
61 B
Bash
Executable File
#!/bin/sh
|
|
cd "${TRAVIS_BUILD_DIR}/build" && make -j"${JOBS}"
|