build: add basic cmake support (#6)

This commit is contained in:
Carlos Gomes Martinho
2019-12-19 02:48:50 +01:00
committed by Steve Karg
parent 956acac299
commit efea4a1a59
5 changed files with 496 additions and 1 deletions
+4
View File
@@ -10,6 +10,10 @@ jobs:
os: linux
compiler: gcc
script: make clean all
- stage: demos-build-cmake
os: linux
compiler: gcc
script: mkdir build && cd build && cmake .. && make clean all
- stage: gateway-build
os: linux
compiler: gcc