Skip to content

Commit 4eac226

Browse files
author
Geobert Quach
committed
Add --no-default-features
1 parent 9cd174d commit 4eac226

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

appveyor.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ environment:
1717
CHANNEL: stable
1818
TOOLCHAIN: msvc
1919
PLATFORM: x86_64
20-
- TARGET: i686-pc-windows-msvc
21-
CHANNEL: stable
22-
TOOLCHAIN: msvc
23-
PLATFORM: i686
20+
#- TARGET: i686-pc-windows-msvc
21+
# CHANNEL: stable
22+
# TOOLCHAIN: msvc
23+
# PLATFORM: i686
2424
# Beta channel
25-
- TARGET: x86_64-pc-windows-msvc
26-
CHANNEL: beta
27-
TOOLCHAIN: msvc
28-
PLATFORM: x86_64
25+
#- TARGET: x86_64-pc-windows-msvc
26+
# CHANNEL: beta
27+
# TOOLCHAIN: msvc
28+
# PLATFORM: x86_64
2929

3030
install:
3131
- if "%TOOLCHAIN%" == "msvc" if "%PLATFORM%" == "i686" call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat"
@@ -42,6 +42,8 @@ test_script:
4242
# we don't run the "test phase" when doing deploys
4343
- if [%APPVEYOR_REPO_TAG%]==[false] ( cargo +%CHANNEL%-%TARGET% build --verbose )
4444
- if [%APPVEYOR_REPO_TAG%]==[false] ( cargo +%CHANNEL%-%TARGET% test --verbose )
45+
- if [%APPVEYOR_REPO_TAG%]==[false] ( cargo +%CHANNEL%-%TARGET% build --no-default-features --verbose )
46+
- if [%APPVEYOR_REPO_TAG%]==[false] ( cargo +%CHANNEL%-%TARGET% test --no-default-features --verbose )
4547

4648
before_deploy:
4749
- cargo rustc --target %TARGET% --release --bin cobalt -- -C lto

0 commit comments

Comments
 (0)