mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-12 19:33:03 +00:00
bitbucket-pipelines.yml edited online with Bitbucket
This commit is contained in:
parent
5095d90429
commit
c89114fab7
@ -7,7 +7,7 @@ pipelines:
|
|||||||
name: Build on GCC 6.5
|
name: Build on GCC 6.5
|
||||||
image: gcc:6.5
|
image: gcc:6.5
|
||||||
script:
|
script:
|
||||||
- apt-get -qq update && apt-get -y -qq install cmake
|
- apt-get -qq update && apt-get -y --force-yes -qq install cmake
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- mkdir build; cd build
|
- mkdir build; cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
@ -18,7 +18,7 @@ pipelines:
|
|||||||
image: gcc:latest
|
image: gcc:latest
|
||||||
script:
|
script:
|
||||||
- gcc --version
|
- gcc --version
|
||||||
- apt-get -qq update && apt-get -y -qq install cmake
|
- apt-get -qq update && apt-get -y --force-yes -qq install 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