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
5095d90429
commit
c89114fab7
@ -7,7 +7,7 @@ pipelines:
|
||||
name: Build on GCC 6.5
|
||||
image: gcc:6.5
|
||||
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
|
||||
- mkdir build; cd build
|
||||
- cmake ..
|
||||
@ -18,7 +18,7 @@ pipelines:
|
||||
image: gcc:latest
|
||||
script:
|
||||
- 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
|
||||
- mkdir build; cd build
|
||||
- cmake ..
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user