mirror of
https://github.com/nlohmann/json.git
synced 2026-02-17 09:03:58 +00:00
- a config file for travis
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,2 +1,4 @@
|
||||
|
||||
src/.DS_Store
|
||||
|
||||
.DS_Store
|
||||
|
||||
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
language: cpp
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
|
||||
before_script:
|
||||
- autoreconf -iv
|
||||
- ./configure
|
||||
|
||||
script:
|
||||
- make
|
||||
- make check
|
||||
Reference in New Issue
Block a user