mirror of
				https://github.com/bspeice/qadapt
				synced 2025-10-31 09:30:37 -04:00 
			
		
		
		
	Fix appveyor builds known to break
This commit is contained in:
		
							
								
								
									
										12
									
								
								appveyor.yml
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								appveyor.yml
									
									
									
									
									
								
							| @ -2,20 +2,12 @@ environment: | |||||||
|   matrix: |   matrix: | ||||||
|     # MinGW |     # MinGW | ||||||
|     - TARGET: i686-pc-windows-gnu |     - TARGET: i686-pc-windows-gnu | ||||||
|       RUST_VERSION: stable |       RUST_VERSION: nightly | ||||||
|     - TARGET: x86_64-pc-windows-gnu |     - TARGET: x86_64-pc-windows-gnu | ||||||
|       RUST_VERSION: stable |       RUST_VERSION: nightly | ||||||
|  |  | ||||||
|     # MSVC |     # MSVC | ||||||
|     - TARGET: i686-pc-windows-msvc |     - TARGET: i686-pc-windows-msvc | ||||||
|       RUST_VERSION: stable |  | ||||||
|     - TARGET: x86_64-pc-windows-msvc |  | ||||||
|       RUST_VERSION: stable |  | ||||||
|  |  | ||||||
|     # Testing other channels |  | ||||||
|     - TARGET: x86_64-pc-windows-gnu |  | ||||||
|       RUST_VERSION: 1.30.1 |  | ||||||
|     - TARGET: x86_64-pc-windows-gnu |  | ||||||
|       RUST_VERSION: nightly |       RUST_VERSION: nightly | ||||||
|     - TARGET: x86_64-pc-windows-msvc |     - TARGET: x86_64-pc-windows-msvc | ||||||
|       RUST_VERSION: nightly |       RUST_VERSION: nightly | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user