mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 18:10:27 +01:00
5 lines
95 B
YAML
5 lines
95 B
YAML
|
before_install: sudo apt-get install cmake
|
||
|
language: cpp
|
||
|
compiler: gcc
|
||
|
script: cmake . && make
|