diff options
author | Richard Hughes <richard@hughsie.com> | 2017-06-07 18:32:04 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2017-06-07 18:32:04 +0100 |
commit | 6454fde1203ea81b409105007e064d14e3e3481d (patch) | |
tree | f4f895eacc4a83f69ab10f510e7ab71a5e03d977 /contrib/ci/build_and_test.sh | |
parent | b5b4a855acb5c0a5b64e12d3a280309117fb7864 (diff) | |
download | appstream-glib-6454fde1203ea81b409105007e064d14e3e3481d.tar.gz |
Enable Travis CI for Fedora 26 and Debian Stretch
Diffstat (limited to 'contrib/ci/build_and_test.sh')
-rwxr-xr-x | contrib/ci/build_and_test.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/ci/build_and_test.sh b/contrib/ci/build_and_test.sh new file mode 100755 index 0000000..b9ea2e7 --- /dev/null +++ b/contrib/ci/build_and_test.sh @@ -0,0 +1,6 @@ +#!/bin/sh +set -e + +meson .. $@ +ninja +ninja install DEST=/tmp/install_root/ |