use ctest command for verbose output
This commit is contained in:
parent
df2ab2df77
commit
eb415cd234
3 changed files with 7 additions and 3 deletions
|
@ -22,9 +22,9 @@ before_script:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make -j4
|
- make -j4
|
||||||
- make test
|
- ctest --verbose
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
on_success: never
|
on_success: never
|
||||||
on_failure: never
|
on_failure: never
|
||||||
|
|
|
@ -13,6 +13,10 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "pfaedle/osm/Osm.h"
|
#include "pfaedle/osm/Osm.h"
|
||||||
|
|
||||||
|
#ifndef POSIX_FADV_SEQUENTIAL
|
||||||
|
#define POSIX_FADV_SEQUENTIAL 2
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace pfaedle {
|
namespace pfaedle {
|
||||||
namespace osm {
|
namespace osm {
|
||||||
|
|
||||||
|
|
2
src/xml
2
src/xml
|
@ -1 +1 @@
|
||||||
Subproject commit f8e187d07f9d8045bb41883d3e1c7d0ed6f241e4
|
Subproject commit bdbfb7a18c4b6adb1b0be2ab7fc88a3d372efe74
|
Loading…
Reference in a new issue