mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 04:57: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:
|
||||
global:
|
||||
FEATURES: "generic"
|
||||
FEATURES: "windows"
|
||||
BUILD_OPTIONS: "--no-default-features"
|
||||
TEST_OPTIONS: "--no-default-features --no-fail-fast"
|
||||
|
||||
|
@ -45,11 +45,11 @@ environment:
|
|||
- CHANNEL: nightly
|
||||
ARCH: i686
|
||||
ABI: msvc
|
||||
FEATURES: "generic nightly"
|
||||
FEATURES: "windows nightly"
|
||||
- CHANNEL: nightly
|
||||
ARCH: x86_64
|
||||
ABI: msvc
|
||||
FEATURES: "generic nightly"
|
||||
FEATURES: "windows nightly"
|
||||
# "gnu" ABI
|
||||
- CHANNEL: stable
|
||||
ARCH: i686
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue