solvespace/.travis/build-debian.sh

7 lines
159 B
Bash
Raw Normal View History

2016-04-19 12:19:00 +00:00
#!/bin/sh -xe
if echo $TRAVIS_TAG | grep ^release-; then BUILD_TYPE=RelWithDebInfo; else BUILD_TYPE=Debug; fi
export BUILD_TYPE
dpkg-buildpackage -b -us -uc