mirror of
https://github.com/nlohmann/json.git
synced 2024-11-23 22:19:02 +08:00
- a config file for travis
This commit is contained in:
parent
b9465f8d65
commit
ac6ced6fb8
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
|
Loading…
Reference in New Issue
Block a user