Disable wabt and disassembler features on appveyor for now.
This commit is contained in:
@@ -19,8 +19,10 @@ install:
|
|||||||
- cargo -V
|
- cargo -V
|
||||||
build: false
|
build: false
|
||||||
test_script:
|
test_script:
|
||||||
- cargo build --verbose --all
|
# Add --no-default-features because wabt and disass don't currently build
|
||||||
- cargo test --verbose --all
|
# on appveyor.
|
||||||
|
- cargo build --verbose --all --no-default-features
|
||||||
|
- cargo test --verbose --all --no-default-features
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|||||||
Reference in New Issue
Block a user