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