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.
|
|
- #!/bin/bash
-
- set -ex
-
- SELFDIR=$(dirname $(readlink -f $0))
- TOPDIR=$(readlink -f $SELFDIR/..)
-
- export IN_CONTAINER=1
- export NO_BUILD=1
- . $SELFDIR/travis-build
-
- (cd $TOPDIR && \
- build)
|