build tests by running msbuild on tests project file
This commit is contained in:
		
							parent
							
								
									074e1e992c
								
							
						
					
					
						commit
						ffa0ace2a7
					
				| @ -38,7 +38,8 @@ build_script: | ||||
|   - set TBB_INSTALL_DIR=%P%/tbb | ||||
|   - set TBB_ARCH_PLATFORM=intel64/vc12 | ||||
|   - cmake .. -G "Visual Studio 12 Win64" -DCMAKE_BUILD_TYPE=%Configuration% -DBZIP2_INCLUDE_DIR=%P%/libs/include -DBZIP2_LIBRARIES=%P%/libs/lib/libbz2.lib -DCMAKE_INSTALL_PREFIX=%P%/libs -DBOOST_ROOT=%P%/boost_min -DBoost_USE_STATIC_LIBS=ON -T CTP_Nov2013 | ||||
|   - msbuild /clp:Verbosity=minimal /nologo /t:ALL_Build /t:tests OSRM.sln | ||||
|   - msbuild /clp:Verbosity=minimal /nologo OSRM.sln | ||||
|   - 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 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user