This website requires JavaScript.
Explore
Help
Sign In
pgrondek
/
polybar-dwm
Watch
1
Star
0
Fork
0
You've already forked polybar-dwm
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
72948dbc97
polybar-dwm
/
common
/
travis
/
build.sh
4 lines
68 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): Exit if make fails
2017-01-24 11:12:12 +00:00
cd
"
${
TRAVIS_BUILD_DIR
}
/build
"
||
false
travis: Move MAKEFLAGS to .travis.yml
2018-04-08 13:29:31 +00:00
make
||
exit
$?
Reference in New Issue
Copy Permalink