mconnect - KDE Connect protocol implementation in Vala/C
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
188 B

  1. #!/bin/bash
  2. set -ex
  3. SELFDIR=$(dirname $(readlink -f $0))
  4. TOPDIR=$(readlink -f $SELFDIR/..)
  5. export IN_CONTAINER=1
  6. export NO_BUILD=1
  7. . $SELFDIR/travis-build
  8. (cd $TOPDIR && \
  9. build)