mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Initial Bitbucket Pipelines configuration
This commit is contained in:
parent
283534d97d
commit
7934b8cd9a
10
bitbucket-pipelines.yml
Normal file
10
bitbucket-pipelines.yml
Normal file
@ -0,0 +1,10 @@
|
||||
# Build ELOG with GCC 6.5
|
||||
image: gcc:6.5
|
||||
|
||||
pipelines:
|
||||
default:
|
||||
- step:
|
||||
script:
|
||||
- mkdir build; cd build
|
||||
- cmake ..
|
||||
- make
|
||||
Loading…
x
Reference in New Issue
Block a user