This website requires JavaScript.
Explore
Help
Sign in
pgrondek
/
polybar-dwm
Watch
1
Star
0
Fork
You've already forked polybar-dwm
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
1792090d66
Branches
Tags
No results found.
polybar-dwm
/
common
/
travis
/
build.sh
4 lines
80 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): Exit if make fails
2017-01-24 12:12:12 +01:00
cd
"
${
TRAVIS_BUILD_DIR
}
/build
"
||
false
make -j
"
${
JOBS
}
"
||
exit
$?
Reference in a new issue
Copy permalink