1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2025-04-21 17:42:23 -04:00
polybar/common/travis/build.sh
2018-04-11 19:37:50 -07:00

3 lines
68 B
Bash
Executable file

#!/bin/bash
cd "${TRAVIS_BUILD_DIR}/build" || false
make || exit $?