This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
polybar
mirror of
https://github.com/polybar/polybar.git
Watch
1
Star
1
Fork
You've already forked polybar
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
31cde9014a
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 19:22:42 +00:00
#!/bin/bash
fix(ci): Parallel build
2016-11-19 21:01:14 +00:00
cd
"
${
TRAVIS_BUILD_DIR
}
/build
"
&&
make -j
"
${
JOBS
}
"