From 8465180c4220669d1614308cae292e2e8d92ac13 Mon Sep 17 00:00:00 2001 From: aqua Date: Wed, 17 Aug 2022 08:53:19 +0300 Subject: Add bitbucket-pipelines.yml --- bitbucket-pipelines.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bitbucket-pipelines.yml 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 -- cgit v1.2.1