diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:44:02 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:44:02 +0300 |
commit | c2d3a38300db0a5052e4f73c77266a0cc4a79111 (patch) | |
tree | f8cc5e4b3fa2a52556d0ad342bc1ce5c80faec1e /testing/glib-networking/build | |
parent | 341a3cad6a13a3d8885c8cda4a43f689fc502138 (diff) | |
download | repository-c2d3a38300db0a5052e4f73c77266a0cc4a79111.tar.gz |
glib-networking: add to testing
Diffstat (limited to 'testing/glib-networking/build')
-rwxr-xr-x | testing/glib-networking/build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/glib-networking/build b/testing/glib-networking/build new file mode 100755 index 00000000..c8d88661 --- /dev/null +++ b/testing/glib-networking/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +mkdir build +cd build + +meson --prefix=/usr -Dlibproxy=disabled -Dopenssl=enabled .. +ninja +DESTDIR="$1" ninja install |