This website requires JavaScript.
Explore
Help
Sign in
PolytreeDE
/
polybar
Watch
1
Star
0
Fork
You've already forked polybar
0
mirror of
https://github.com/polybar/polybar.git
synced
2025-02-10 15:46:58 -05:00
Code
Releases
Activity
22140f7db9
polybar
/
common
/
travis
/
build.sh
3 lines
63 B
Bash
Raw
Normal View
History
Unescape
Escape
fix(ci): Match any clang binary
2016-12-15 20:22:42 +01:00
#!/bin/bash
fix(ci): Parallel build
2016-11-19 22:01:14 +01:00
cd
"
${
TRAVIS_BUILD_DIR
}
/build
"
&&
make -j
"
${
JOBS
}
"
Copy permalink