浏览代码

Created bitbucket-pipelines.yml.

Anders Ruud 9 年之前
父节点
当前提交
78a2e80818
共有 1 个文件被更改,包括 7 次插入0 次删除
  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