Test appveyor
This commit is contained in:
		
							parent
							
								
									792f2e5dbc
								
							
						
					
					
						commit
						9200af9126
					
				
							
								
								
									
										21
									
								
								appveyor.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								appveyor.yml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,21 @@
 | 
			
		||||
version: '{branch}-{build}'
 | 
			
		||||
 | 
			
		||||
environment:
 | 
			
		||||
  matrix:
 | 
			
		||||
    - configuration: 
 | 
			
		||||
        - Debug
 | 
			
		||||
    - configuration:
 | 
			
		||||
        - Release
 | 
			
		||||
    
 | 
			
		||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
 | 
			
		||||
MSVC_GENERATOR: Visual Studio 15 2017
 | 
			
		||||
MSVC_GENERATOR_SHORT: VS2017
 | 
			
		||||
 | 
			
		||||
platform:
 | 
			
		||||
  - x64
 | 
			
		||||
 | 
			
		||||
shallow_clone: true
 | 
			
		||||
 | 
			
		||||
build_script:
 | 
			
		||||
  - cmd: cd build
 | 
			
		||||
  - cmd: cmake -DCMAKE_BUILD_TYPE=%configuration% ..
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user