Skip to content

Commit

Permalink
enter build directory before calling tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM committed Aug 14, 2014
1 parent ffa0ace commit 27a367c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build_script:
- msbuild /clp:Verbosity=minimal /nologo tests.vcxproj
- if "%APPVEYOR_REPO_BRANCH%"=="develop" (7z a %P%/osrm_%Configuration%.zip *.exe *.pdb %P%/libs/bin/*.dll -tzip)
- set PATH=%PATH%;c:/projects/osrm/libs/bin
- cd c:/projects/osrm/build
- cd c:/projects/osrm/build/%Configuration%
- datastructure-tests.exe

test: off
Expand Down

0 comments on commit 27a367c

Please sign in to comment.