You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							24 lines
						
					
					
						
							715 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							24 lines
						
					
					
						
							715 B
						
					
					
				| version: 1.0.{build} | |
| os: Visual Studio 2015 | |
| clone_folder: C:\projects\pybind11 | |
| test: off | |
| configuration: | |
|     - Release | |
|     - Debug | |
| branches: | |
|   only: | |
|     - master | |
| environment: | |
|   matrix: | |
|     - CMAKE_PLATFORM: "Visual Studio 14 2015" | |
|       PYTHON_DIR: "C:\\Python34" | |
|     - CMAKE_PLATFORM: "Visual Studio 14 2015 Win64" | |
|       PYTHON_DIR: "C:\\Python34-x64" | |
| install: | |
|   - cinstall: python | |
| build_script: | |
|   - echo Running cmake... | |
|   - cd c:\projects\pybind11 | |
|   - cmake -G "%CMAKE_PLATFORM%" -DPYTHON_EXECUTABLE:FILEPATH=%PYTHON_DIR%/python.exe | |
|   - set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" | |
|   - cmake --build . --config %Configuration% --target check -- /v:m /logger:%MSBuildLogger%
 |