mirror of
https://github.com/nlohmann/json.git
synced 2026-08-02 07:32:15 +00:00
some fixes and cleanup
This commit is contained in:
+1
-5
@@ -9,11 +9,7 @@ before_install:
|
||||
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.9; fi
|
||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
|
||||
- sudo pip install cpp-coveralls pyyaml
|
||||
- sudo apt-get install valgrind re2c
|
||||
|
||||
before_script:
|
||||
- autoreconf -iv
|
||||
- ./configure
|
||||
- sudo apt-get install valgrind
|
||||
|
||||
script:
|
||||
- make
|
||||
|
||||
Reference in New Issue
Block a user