From caf4266aaa93e8736716dbf3ef1f7f5a06a67623 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 23 Feb 2024 07:15:37 +0000 Subject: [PATCH] bitbucket-pipelines.yml edited online with Bitbucket --- bitbucket-pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 52159eb0..b931f0ee 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -1,13 +1,13 @@ -# Build ELOG with GCC 6.5 and latest -image: gcc:6.5 +# Build ELOG with GCC 10.2 and latest +image: gcc:10.2 pipelines: default: - step: - name: Build on GCC 6.5 - image: gcc:6.5 + name: Build on GCC 10.2 + image: gcc:10.2 script: - - apt-get -qq update && apt-get -y --force-yes -qq install cmake + - apt-get update && apt-get install -y imagemagick cmake - git submodule update --init - mkdir build; cd build - cmake ..