Initial Bitbucket Pipelines configuration
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Build ELOG with GCC 6.5
|
||||
image: gcc:6.5
|
||||
|
||||
pipelines:
|
||||
default:
|
||||
- step:
|
||||
script:
|
||||
- mkdir build; cd build
|
||||
- cmake ..
|
||||
- make
|
||||
Reference in New Issue
Block a user