mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 05:27:45 +00:00
Make Appveyor use the windows feature instead of generic
This commit is contained in:
parent
63f1537838
commit
e0eb10cd37
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ matrix:
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
global:
|
global:
|
||||||
FEATURES: "generic"
|
FEATURES: "windows"
|
||||||
BUILD_OPTIONS: "--no-default-features"
|
BUILD_OPTIONS: "--no-default-features"
|
||||||
TEST_OPTIONS: "--no-default-features --no-fail-fast"
|
TEST_OPTIONS: "--no-default-features --no-fail-fast"
|
||||||
|
|
||||||
|
@ -45,11 +45,11 @@ environment:
|
||||||
- CHANNEL: nightly
|
- CHANNEL: nightly
|
||||||
ARCH: i686
|
ARCH: i686
|
||||||
ABI: msvc
|
ABI: msvc
|
||||||
FEATURES: "generic nightly"
|
FEATURES: "windows nightly"
|
||||||
- CHANNEL: nightly
|
- CHANNEL: nightly
|
||||||
ARCH: x86_64
|
ARCH: x86_64
|
||||||
ABI: msvc
|
ABI: msvc
|
||||||
FEATURES: "generic nightly"
|
FEATURES: "windows nightly"
|
||||||
# "gnu" ABI
|
# "gnu" ABI
|
||||||
- CHANNEL: stable
|
- CHANNEL: stable
|
||||||
ARCH: i686
|
ARCH: i686
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue