Initial Bitbucket Pipelines configuration

This commit is contained in:
2020-02-01 16:52:48 +00:00
parent 283534d97d
commit 7934b8cd9a
+10
View 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