mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
bitbucket-pipelines.yml edited online with Bitbucket
This commit is contained in:
parent
0cd2a615dd
commit
caf4266aaa
@ -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 ..
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user