Browse Source

Add Travis build script

tags/json-c-0.13-20171207
James Myatt 10 years ago
parent
commit
f786feac0a
1 changed files with 24 additions and 0 deletions
  1. +24
    -0
      .travis.yml

+ 24
- 0
.travis.yml View File

@@ -0,0 +1,24 @@
language: cpp
compiler:
- gcc
os:
- linux
before_install:
- echo $LANG
- echo $LC_ALL
install:
- sh autogen.sh
before_script:
- ./configure
script:
- make
- make install
after_success:
- make check

Loading…
Cancel
Save