Added AppVeyor config file
This commit is contained in:
		
							parent
							
								
									7fcdb36a14
								
							
						
					
					
						commit
						34c98654db
					
				
							
								
								
									
										17
									
								
								appveyor.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								appveyor.yml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,17 @@
 | 
				
			|||||||
 | 
					version: '{build}'
 | 
				
			||||||
 | 
					install:
 | 
				
			||||||
 | 
					  - cd ..
 | 
				
			||||||
 | 
					  - git clone --depth=1 --branch=1.7-dev https://github.com/alliedmodders/sourcemod sourcemod-1.5
 | 
				
			||||||
 | 
					  - git clone --depth=1 --branch=master https://github.com/alliedmodders/ambuild
 | 
				
			||||||
 | 
					  - cd ambuild
 | 
				
			||||||
 | 
					  - C:\python27\python.exe setup.py install
 | 
				
			||||||
 | 
					  - cd %APPVEYOR_BUILD_FOLDER%
 | 
				
			||||||
 | 
					  - breakpad.bat
 | 
				
			||||||
 | 
					build_script:
 | 
				
			||||||
 | 
					  - '"%VS120COMNTOOLS%\vsvars32.bat"'
 | 
				
			||||||
 | 
					  - mkdir build
 | 
				
			||||||
 | 
					  - cd build
 | 
				
			||||||
 | 
					  - C:\python27\python.exe ..\configure.py --enable-optimize
 | 
				
			||||||
 | 
					  - C:\python27\python.exe build.py
 | 
				
			||||||
 | 
					on_success:
 | 
				
			||||||
 | 
					  - C:\python27\python.exe ..\upload.py
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user