summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-08-17 08:53:19 +0300
committeraqua <aqua@iserlohn-fortress.net>2022-08-17 09:39:45 +0300
commit8465180c4220669d1614308cae292e2e8d92ac13 (patch)
treec24d585c5727af3f613136d3c97781c469a6d410
parentTurn WebEngine into a plugin (diff)
downloadrekonq-8465180c4220669d1614308cae292e2e8d92ac13.tar.xz
Add bitbucket-pipelines.yml
-rw-r--r--bitbucket-pipelines.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
new file mode 100644
index 00000000..2144bea0
--- /dev/null
+++ b/bitbucket-pipelines.yml
@@ -0,0 +1,13 @@
+pipelines:
+ custom:
+ FullBuildTest:
+ - step:
+ name: Debug Build
+ runs-on:
+ - 'self.hosted'
+ - 'linux.shell'
+ script:
+ - git submodule update --init
+ - cmake -B build -DCMAKE_BUILD_TYPE=Debug -DTESTING=ON -GNinja
+ - ninja -C build
+ - ninja -C build test \ No newline at end of file