Skip to content

Commit

Permalink
Build example in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarex committed Jan 11, 2016
1 parent 703da9b commit 12fccae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,13 @@ script:
- make --jobs=2
- make tests --jobs=2
- make benchmarks
- sudo make install
- ./extractor-tests
- ./engine-tests
- ./util-tests
- cd ..
- cucumber -p verify
- mkdir example/build && cd example/build
- cmake ..
- make
- ./osrm-example

0 comments on commit 12fccae

Please sign in to comment.