mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-01-14 09:57:56 +08: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
|