From 7934b8cd9a2608529f64bf7936b1fceb47e51e6d Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Sat, 1 Feb 2020 16:52:48 +0000 Subject: [PATCH] Initial Bitbucket Pipelines configuration --- bitbucket-pipelines.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bitbucket-pipelines.yml diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml new file mode 100644 index 00000000..db1bb3a8 --- /dev/null +++ b/bitbucket-pipelines.yml @@ -0,0 +1,10 @@ +# Build ELOG with GCC 6.5 +image: gcc:6.5 + +pipelines: + default: + - step: + script: + - mkdir build; cd build + - cmake .. + - make