build: add basic cmake support (#6)
This commit is contained in:
committed by
Steve Karg
parent
956acac299
commit
efea4a1a59
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user