From 78a2e808183162054a67131b9a12c41db4aed003 Mon Sep 17 00:00:00 2001 From: Anders Ruud Date: Fri, 19 Aug 2016 08:47:16 +0000 Subject: [PATCH] Created bitbucket-pipelines.yml. --- bitbucket-pipelines.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bitbucket-pipelines.yml diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml new file mode 100644 index 000000000..bb506983c --- /dev/null +++ b/bitbucket-pipelines.yml @@ -0,0 +1,7 @@ +image: mfcula/love-cmake:v1 +pipelines: + default: + - step: + script: + - cmake -G"Ninja" -H. -Bout + - ninja -C out \ No newline at end of file