This commit is contained in:
		
							parent
							
								
									6d163b87cc
								
							
						
					
					
						commit
						67886635b5
					
				
					 1 changed files with 27 additions and 0 deletions
				
			
		
							
								
								
									
										27
									
								
								appveyor.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								appveyor.yml
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,27 @@ | ||||||
|  | # appveyor file | ||||||
|  | # http://www.appveyor.com/docs/appveyor-yml | ||||||
|  | 
 | ||||||
|  | environment: | ||||||
|  |   matrix: | ||||||
|  |     - nodejs_version: 7.3.0 | ||||||
|  | 
 | ||||||
|  | install: | ||||||
|  |   # Update Node.js | ||||||
|  |   # 標準で入っている Node.js を更新します (2014/11/13 時点では、v0.10.32 が標準) | ||||||
|  |   - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) | ||||||
|  |   - node --version | ||||||
|  | 
 | ||||||
|  |   # Update NPM | ||||||
|  |   - npm install -g npm | ||||||
|  |   - npm --version | ||||||
|  | 
 | ||||||
|  |   # Update node-gyp | ||||||
|  |   # 必須! node-gyp のバージョンを上げないと、ネイティブモジュールのコンパイルに失敗します | ||||||
|  |   - npm install -g node-gyp | ||||||
|  | 
 | ||||||
|  | init: | ||||||
|  |   # git clone の際の改行を変換しないようにします | ||||||
|  |   - git config --global core.autocrlf false | ||||||
|  | 
 | ||||||
|  | test_script: | ||||||
|  |   - npm test | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue