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-10-27 05:23:39 -04:00
Code
Releases
Activity
3069202354
polybar
/
common
/
travis
/
build.sh
3 lines
61 B
Bash
Raw
Normal View
History
Unescape
Escape
refactor(ci): Split into scripts
2016-11-19 02:55:46 -05:00
#!/bin/sh
fix(ci): Parallel build
2016-11-19 16:01:14 -05:00
cd
"
${
TRAVIS_BUILD_DIR
}
/build
"
&&
make -j
"
${
JOBS
}
"
Copy permalink