Browse Source

Created bitbucket-pipelines.yml.

Anders Ruud 9 years ago
parent
commit
78a2e80818
1 changed files with 7 additions and 0 deletions
  1. 7 0
      bitbucket-pipelines.yml

+ 7 - 0
bitbucket-pipelines.yml

@@ -0,0 +1,7 @@
+image: mfcula/love-cmake:v1
+pipelines:
+  default:
+    - step:
+        script:
+          - cmake -G"Ninja" -H. -Bout
+          - ninja -C out