From 1f905ede543e7c59323875562a815ab8034a5c79 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Sat, 18 Feb 2017 21:27:31 +0000 Subject: =?UTF-8?q?bitbucket-pipelines.yml=20=D1=81=D0=BE=D0=B7=D0=B4?= =?UTF-8?q?=D0=B0=D0=BD=20=D0=BE=D0=BD=D0=BB=D0=B0=D0=B9=D0=BD=20=D1=87?= =?UTF-8?q?=D0=B5=D1=80=D0=B5=D0=B7=20Bitbucket?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bitbucket-pipelines.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bitbucket-pipelines.yml diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml new file mode 100644 index 0000000..0c5f9ef --- /dev/null +++ b/bitbucket-pipelines.yml @@ -0,0 +1,12 @@ +# This is a sample build configuration for C++. +# Check our guides at https://confluence.atlassian.com/x/VYk8Lw for more examples. +# Only use spaces to indent your .yml configuration. +# ----- +# You can specify a custom docker image from Docker Hub as your build environment. +image: gcc:6.1 + +pipelines: + default: + - step: + script: # Modify the commands below to build your repository. + - make \ No newline at end of file -- cgit v1.2.3