mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 13:58:55 +08:00 
			
		
		
		
	Merge pull request #427 from gwenn/ci_perf
Try to improve CI builds duration
This commit is contained in:
		| @@ -8,6 +8,7 @@ rust: | ||||
|   - nightly | ||||
|  | ||||
| matrix: | ||||
|   fast_finish: true | ||||
|   allow_failures: | ||||
|     - rust: nightly | ||||
|  | ||||
|   | ||||
| @@ -5,9 +5,9 @@ environment: | ||||
|   - TARGET: x86_64-pc-windows-msvc | ||||
|     VCPKG_DEFAULT_TRIPLET: x64-windows | ||||
|     VCPKGRS_DYNAMIC: 1 | ||||
|   - TARGET: x86_64-pc-windows-msvc | ||||
|     VCPKG_DEFAULT_TRIPLET: x64-windows-static | ||||
|     RUSTFLAGS: -Ctarget-feature=+crt-static | ||||
| #  - TARGET: x86_64-pc-windows-msvc | ||||
| #    VCPKG_DEFAULT_TRIPLET: x64-windows-static | ||||
| #    RUSTFLAGS: -Ctarget-feature=+crt-static | ||||
| install: | ||||
|   - appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe | ||||
|   - rustup-init.exe -y --default-host %TARGET% | ||||
|   | ||||
		Reference in New Issue
	
	Block a user