parent
							
								
									583da3491f
								
							
						
					
					
						commit
						e793a96bda
					
				
							
								
								
									
										10
									
								
								appveyor.yml
								
								
								
								
							
							
						
						
									
										10
									
								
								appveyor.yml
								
								
								
								
							|  | @ -1,6 +1,6 @@ | ||||||
| version: "{build}" | version: "{build}" | ||||||
| 
 |  | ||||||
| image: Visual Studio 2019 | image: Visual Studio 2019 | ||||||
|  | build: off | ||||||
| 
 | 
 | ||||||
| clone_depth: 5 | clone_depth: 5 | ||||||
| 
 | 
 | ||||||
|  | @ -8,9 +8,7 @@ branches: | ||||||
|   only: |   only: | ||||||
|     - master |     - master | ||||||
|     - themes |     - themes | ||||||
|     - /.*-stable/ |     - /.*-stable$/ | ||||||
| 
 |  | ||||||
| build: off |  | ||||||
| 
 | 
 | ||||||
| environment: | environment: | ||||||
|   BUNDLE_WITHOUT: "benchmark:development" |   BUNDLE_WITHOUT: "benchmark:development" | ||||||
|  | @ -36,7 +34,9 @@ environment: | ||||||
| 
 | 
 | ||||||
| install: | install: | ||||||
|   - SET PATH=C:\Ruby%RUBY_FOLDER_VER%-x64\bin;%PATH% |   - SET PATH=C:\Ruby%RUBY_FOLDER_VER%-x64\bin;%PATH% | ||||||
|   - bundle install --retry 5 --jobs=%NUMBER_OF_PROCESSORS% --clean --path vendor\bundle |   - bundle config set --local clean 'true' | ||||||
|  |   - bundle config set --local path 'vendor\bundle' | ||||||
|  |   - bundle install --retry 5 --jobs=%NUMBER_OF_PROCESSORS% | ||||||
| 
 | 
 | ||||||
| test_script: | test_script: | ||||||
|   - ruby --version |   - ruby --version | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue