1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

appveyor: don't double build

The integration tests build the multicall executable a second time, so
we disable the original build and only run the tests.
This commit is contained in:
Joseph Crail 2016-05-22 19:38:37 -04:00
parent 678a05d90f
commit efce1ac3f9

View file

@ -11,12 +11,11 @@ install:
- rustc -V
- cargo -V
build_script:
- cargo build --release --features generic --no-default-features
artifacts:
- path: target\release\uutils.exe
- path: target\debug\uutils.exe
name: uutils.exe
build: false
test_script:
- cargo test --no-fail-fast --features generic --no-default-features