Skip to content

Commit aedf9d3

Browse files
committed
run debug build on different port
1 parent 0ee94a5 commit aedf9d3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ before_script:
1414
- mkdir build
1515
- cd build
1616
- cmake .. $CMAKEOPTIONS
17-
script: make -j 2
17+
script:
18+
- make -j 2
19+
# - cd ..
20+
# - cucumber -p verify
1821
after_script:
1922
- cd ..
2023
- cucumber -p verify
@@ -27,7 +30,7 @@ cache:
2730
- apt
2831
env:
2932
- CMAKEOPTIONS="-DCMAKE_BUILD_TYPE=Release" OSRM_PORT=5000
30-
- CMAKEOPTIONS="-DCMAKE_BUILD_TYPE=Debug" OSRM_PORT=6000
33+
- CMAKEOPTIONS="-DCMAKE_BUILD_TYPE=Debug" OSRM_PORT=5010
3134
notifications:
3235
irc:
3336
channels:

0 commit comments

Comments
 (0)