From 01f99c5a7f3031e37d83597acfe2616758d2b4a1 Mon Sep 17 00:00:00 2001 From: Pierre-Henri Symoneaux Date: Sun, 14 May 2017 22:50:33 +0200 Subject: Fix coverage & run travis against all previous compatible rust versions (#49) * Trying to fix code coverage * Added --verify to kcov args * Added libbfd-dev dependency before running kcov * Added /usr/lib to excluded patterns in kcov arguments * Trying build with an older version of rust * Trying with all rust releases Closes #48 --- appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index fc55635..f6bea69 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,12 +1,13 @@ install: - - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.12.0-x86_64-pc-windows-gnu.exe' - - rust-1.12.0-x86_64-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" + - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.17.0-x86_64-pc-windows-gnu.exe' + - rust-1.17.0-x86_64-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin - rustc -V - cargo -V build_script: - cargo build --verbose + - cargo build --verbose --no-default-features test_script: - cargo test --verbose -- cgit v1.2.3