From 3facdd3920aeda7d5823b8bb1a928401a2eb98be Mon Sep 17 00:00:00 2001 From: Olaf Buddenhagen Date: Sun, 24 Sep 2017 20:50:59 +0200 Subject: [PATCH] [RemoveMe] Temporarily disable most CI targets No need to generate spare heat while I'm working only on the windows back-end... --- .travis.yml | 7 ------- appveyor.yml | 10 ---------- 2 files changed, 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index e18320868..39b51c48e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,19 +6,12 @@ rust: os: - linux - - osx env: global: - RUST_BACKTRACE=1 matrix: - FEATURES="unstable" - - FEATURES="unstable force-inprocess" - -matrix: - include: - - os: linux - env: FEATURES="unstable memfd" script: - cargo build --features "$FEATURES" diff --git a/appveyor.yml b/appveyor.yml index 2af4d1c64..445910295 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,16 +4,6 @@ environment: matrix: - TARGET: x86_64-pc-windows-msvc FEATURES: "unstable" - - TARGET: i686-pc-windows-msvc - FEATURES: "unstable" - - TARGET: i686-pc-windows-gnu - FEATURES: "unstable" - - TARGET: x86_64-pc-windows-msvc - FEATURES: "unstable force-inprocess" - - TARGET: i686-pc-windows-msvc - FEATURES: "unstable force-inprocess" - - TARGET: i686-pc-windows-gnu - FEATURES: "unstable force-inprocess" install: - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe" - rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"