Merge pull request #1294 from alex85k/appveyor
update appveyor.yml (newer libraries, algorithm-tests)
This commit is contained in:
		
						commit
						e62caf33aa
					
				| @ -38,7 +38,7 @@ build_script: | |||||||
|   - SET P=c:/projects/osrm |   - SET P=c:/projects/osrm | ||||||
|   - set TBB_INSTALL_DIR=%P%/tbb |   - set TBB_INSTALL_DIR=%P%/tbb | ||||||
|   - set TBB_ARCH_PLATFORM=intel64/vc12 |   - set TBB_ARCH_PLATFORM=intel64/vc12 | ||||||
|   - cmake .. -G "Visual Studio 12 Win64" -DCMAKE_BUILD_TYPE=%Configuration% -DEXPAT_INCLUDE_DIR=%P%/libs/include -DEXPAT_LIBRARY=%P%/libs/lib/expat.lib -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 |   - cmake .. -G "Visual Studio 12 Win64" -DCMAKE_BUILD_TYPE=%Configuration% -DCMAKE_INSTALL_PREFIX=%P%/libs -DBOOST_ROOT=%P%/boost_min -DBoost_ADDITIONAL_VERSIONS=1.57 -DBoost_USE_STATIC_LIBS=ON -T CTP_Nov2013 | ||||||
|   - msbuild /clp:Verbosity=minimal /nologo OSRM.sln |   - msbuild /clp:Verbosity=minimal /nologo OSRM.sln | ||||||
|   - msbuild /clp:Verbosity=minimal /nologo tests.vcxproj |   - msbuild /clp:Verbosity=minimal /nologo tests.vcxproj | ||||||
|   - cd %Configuration% |   - cd %Configuration% | ||||||
| @ -49,6 +49,7 @@ build_script: | |||||||
|   - set PATH=%PATH%;c:/projects/osrm/libs/bin |   - set PATH=%PATH%;c:/projects/osrm/libs/bin | ||||||
|   - cd c:/projects/osrm/build/%Configuration% |   - cd c:/projects/osrm/build/%Configuration% | ||||||
|   - datastructure-tests.exe |   - datastructure-tests.exe | ||||||
|  |   - algorithm-tests.exe | ||||||
| 
 | 
 | ||||||
| test: off | test: off | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user