(ci) Stop using cargo-make on appveyor.

Neccessary due to failing builds...
This commit is contained in:
theduke 2017-12-03 11:23:43 +01:00
parent 9e424a8630
commit e4cf21086c

View file

@ -49,4 +49,9 @@ install:
build: false
test_script:
- cargo make workspace-ci-flow --no-workspace
- cd juniper && cargo build --verbose && cargo test --verbose && cd ..
- cd juniper_codegen && cargo build --verbose && cargo test --verbose && cd ..
- cd juniper_tests && cargo build --verbose && cargo test --verbose && cd ..
- cd juniper_iron && cargo build --verbose && cargo test --verbose && cd ..
- IF NOT %TARGET% == %TARGET:msvc=% ( IF %CHANNEL% == "nightly" ( cd juniper_rocket && cargo test --verbose && cargo build --verbose && cd .. ) )