Try and set up appveyor for building Vim
This commit is contained in:
		
							parent
							
								
									edfe65a22c
								
							
						
					
					
						commit
						5239ef9c83
					
				
							
								
								
									
										13
									
								
								.appveyor.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								.appveyor.yml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,13 @@
 | 
			
		||||
---
 | 
			
		||||
init:
 | 
			
		||||
  # Build Vim
 | 
			
		||||
  - cd C:\
 | 
			
		||||
  - git clone https://github.com/vim/vim
 | 
			
		||||
  - cd vim
 | 
			
		||||
  - git checkout v8.0.0027
 | 
			
		||||
  - cd src
 | 
			
		||||
  - 'nmake -f Make_mvc2.mak CPU=AMD64 OLE=no GUI=no IME=yes MBYTE=yes
 | 
			
		||||
    ICONV=yes DEBUG=no FEATURES=NORMAL'
 | 
			
		||||
 | 
			
		||||
test_script:
 | 
			
		||||
  - echo hello world
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user