diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-08-17 08:53:19 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-08-17 09:39:45 +0300 |
commit | 8465180c4220669d1614308cae292e2e8d92ac13 (patch) | |
tree | c24d585c5727af3f613136d3c97781c469a6d410 | |
parent | Turn WebEngine into a plugin (diff) | |
download | rekonq-8465180c4220669d1614308cae292e2e8d92ac13.tar.xz |
Add bitbucket-pipelines.yml
-rw-r--r-- | bitbucket-pipelines.yml | 13 |
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 |