1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2025-03-03 16:04:41 -05:00
polybar/common/travis/build.sh

4 lines
68 B
Bash
Raw Normal View History

2016-12-15 20:22:42 +01:00
#!/bin/bash
2017-01-24 12:12:12 +01:00
cd "${TRAVIS_BUILD_DIR}/build" || false
2018-04-08 15:29:31 +02:00
make || exit $?