mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-11 18:33:51 +02:00
Added basic Travis CI integration contributed by Igor Okulist.
This commit is contained in:
4
.travis.yml
Normal file
4
.travis.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
before_install: sudo apt-get install cmake
|
||||
language: cpp
|
||||
compiler: gcc
|
||||
script: cmake . && make
|
Reference in New Issue
Block a user