qulogic/libgnt

Add a bitbucket-pipelines.yml file

2018-11-21, Gary Kramlich
de420e6a77af
Parents 68f1e7896456
Children 671452b87bc5
Add a bitbucket-pipelines.yml file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/bitbucket-pipelines.yml Wed Nov 21 01:23:46 2018 -0600
@@ -0,0 +1,11 @@
+# vi:et:ts=2 sw=2 sts=2
+image: libgnt/builder:debian-buster-amd64
+pipelines:
+ default:
+ - step:
+ script:
+ - set -ex
+ - meson build-pipelines
+ - ninja -C build-pipelines
+ - ninja -C build-pipelines test
+