Skip to content

Commit

Permalink
[RemoveMe] Temporarily disable most CI targets
Browse files Browse the repository at this point in the history
No need to generate spare heat while I'm working only on the windows
back-end...
  • Loading branch information
antrik authored and tdgne committed Feb 27, 2021
1 parent c6aedd2 commit 3facdd3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 0 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3facdd3

Please sign in to comment.