grim/pidgin-credits

Add a pipelines file

2016-06-28, Gary Kramlich
0dca13a8ca1f
Parents c62bdb1984a7
Children d9dbc523c7bf
Add a pipelines file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/bitbucket-pipelines.yml Tue Jun 28 14:21:43 2016 -0500
@@ -0,0 +1,9 @@
+image: debian:stretch
+pipelines:
+ default:
+ - step:
+ script:
+ - apt-get update
+ - apt-get install -y --no-install-recommands libgtk-3-dev
+ - make
+