bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
Stefan Ritt 2024-02-23 07:15:37 +00:00
parent 0cd2a615dd
commit caf4266aaa

View File

@ -1,13 +1,13 @@
# Build ELOG with GCC 6.5 and latest # Build ELOG with GCC 10.2 and latest
image: gcc:6.5 image: gcc:10.2
pipelines: pipelines:
default: default:
- step: - step:
name: Build on GCC 6.5 name: Build on GCC 10.2
image: gcc:6.5 image: gcc:10.2
script: 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 - git submodule update --init
- mkdir build; cd build - mkdir build; cd build
- cmake .. - cmake ..