mirror of
				https://github.com/fralx/LimeReport.git
				synced 2025-11-03 22:51:26 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			344 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			344 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
platform:
 | 
						|
  - Win64
 | 
						|
 | 
						|
configuration:
 | 
						|
  - Release
 | 
						|
 | 
						|
environment:
 | 
						|
  matrix:
 | 
						|
    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
 | 
						|
      Qt5Widgets_DIR: "C:\\Qt\\5.5\\msvc2013_64\\lib\\cmake\\Qt5Widgets"
 | 
						|
      GENERATOR: "Visual Studio 12 2013 Win64"
 | 
						|
 | 
						|
test: off
 | 
						|
 | 
						|
build_script:
 | 
						|
  - CALL appveyor.bat
 | 
						|
 | 
						|
skip_commits:
 | 
						|
  message: /.*\[skip appveyor\].*/
 |