Skip to content

Commit

Permalink
Fix appveyor?
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamNiederer committed Jan 30, 2018
1 parent 6def356 commit 84257ff
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ environment:
FEATURES: "--features simd-accel"
- TARGET: i686-pc-windows-gnu
CHANNEL: nightly
FEATURES: "--features avx-accel"
RUSTFLAGS: "-C target-feature=+avx"
FEATURES: "--features simd-accel"
RUSTFLAGS: "-C target-cpu=native"
- TARGET: i686-pc-windows-msvc
CHANNEL: stable
- TARGET: i686-pc-windows-msvc
Expand All @@ -28,8 +28,8 @@ environment:
FEATURES: "--features simd-accel"
- TARGET: i686-pc-windows-msvc
CHANNEL: nightly
FEATURES: "--features avx-accel"
RUSTFLAGS: "-C target-feature=+avx"
FEATURES: "--features simd-accel"
RUSTFLAGS: "-C target-cpu=native"
- TARGET: x86_64-pc-windows-gnu
CHANNEL: stable
- TARGET: x86_64-pc-windows-gnu
Expand All @@ -41,8 +41,8 @@ environment:
FEATURES: "--features simd-accel"
- TARGET: x86_64-pc-windows-gnu
CHANNEL: nightly
FEATURES: "--features avx-accel"
RUSTFLAGS: "-C target-feature=+avx"
FEATURES: "--features simd-accel"
RUSTFLAGS: "-C target-cpu=native"
- TARGET: x86_64-pc-windows-msvc
CHANNEL: stable
- TARGET: x86_64-pc-windows-msvc
Expand All @@ -54,8 +54,8 @@ environment:
FEATURES: "--features simd-accel"
- TARGET: x86_64-pc-windows-msvc
CHANNEL: nightly
FEATURES: "--features avx-accel"
RUSTFLAGS: "-C target-feature=+avx"
FEATURES: "--features simd-accel"
RUSTFLAGS: "-C target-cpu=native"

install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
Expand Down

0 comments on commit 84257ff

Please sign in to comment.