use ctest command for verbose output

This commit is contained in:
Patrick Brosi 2018-07-23 03:07:28 +02:00
parent df2ab2df77
commit eb415cd234
3 changed files with 7 additions and 3 deletions

View file

@ -22,9 +22,9 @@ before_script:
script:
- make -j4
- make test
- ctest --verbose
notifications:
email:
on_success: never
on_failure: never
on_failure: never

View file

@ -13,6 +13,10 @@
#include <vector>
#include "pfaedle/osm/Osm.h"
#ifndef POSIX_FADV_SEQUENTIAL
#define POSIX_FADV_SEQUENTIAL 2
#endif
namespace pfaedle {
namespace osm {

@ -1 +1 @@
Subproject commit f8e187d07f9d8045bb41883d3e1c7d0ed6f241e4
Subproject commit bdbfb7a18c4b6adb1b0be2ab7fc88a3d372efe74