mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07: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:
+3
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user