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
2024-11-11 13:50:56 -05:00
Code
Releases
Activity
683cfc0738
polybar
/
common
/
travis
/
build.sh
4 lines
68 B
Bash
Raw
Normal View
History
Unescape
Escape
fix(ci): Match any clang binary
2016-12-15 14:22:42 -05:00
#!/bin/bash
fix(ci): Exit if make fails
2017-01-24 06:12:12 -05:00
cd
"
${
TRAVIS_BUILD_DIR
}
/build
"
||
false
travis: Move MAKEFLAGS to .travis.yml
2018-04-08 09:29:31 -04:00
make
||
exit
$?
Copy permalink