Disable incremental build for windows

Testing if this speeds up compilation time for the Windows CI build.
This commit is contained in:
Philipp Hansch 2018-12-02 15:08:11 +01:00
parent d8166bf141
commit 39f179da45
No known key found for this signature in database
GPG Key ID: B6FA06A6E0E2665B

View File

@ -52,7 +52,7 @@ matrix:
- os: linux - os: linux
env: BASE_TESTS=true env: BASE_TESTS=true
- os: windows - os: windows
env: BASE_TESTS=true env: CARGO_INCREMENTAL=0 BASE_TESTS=true
- env: INTEGRATION=rust-lang/cargo - env: INTEGRATION=rust-lang/cargo
if: repo =~ /^rust-lang\/rust-clippy$/ if: repo =~ /^rust-lang\/rust-clippy$/
- env: INTEGRATION=rust-random/rand - env: INTEGRATION=rust-random/rand
@ -81,7 +81,7 @@ matrix:
if: repo =~ /^rust-lang\/rust-clippy$/ if: repo =~ /^rust-lang\/rust-clippy$/
allow_failures: allow_failures:
- os: windows - os: windows
env: BASE_TESTS=true env: CARGO_INCREMENTAL=0 BASE_TESTS=true
# prevent these jobs with default env vars # prevent these jobs with default env vars
exclude: exclude:
- os: linux - os: linux