Merge pull request #25 from darakian/remove-appveyor-travis

Remove travis-ci and appveyor in favor of github actions
This commit is contained in:
Jon Moroney 2020-07-02 13:01:52 -07:00 committed by GitHub
commit 4c8a32d73a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 48 deletions

View file

@ -1,10 +0,0 @@
language: rust
rust:
- stable
script:
- cargo build --verbose --all
- cargo test --verbose --all
- cargo clean
- cargo build --release --all
- cargo test --verbose --all

View file

@ -1,8 +1,3 @@
### Linux Build Status
[![Build Status](https://travis-ci.org/darakian/ddh.svg?branch=master)](https://travis-ci.org/darakian/ddh)
### Windows Build Status
[![Build status](https://ci.appveyor.com/api/projects/status/wv7tcfn0a7grjnv6?svg=true)](https://ci.appveyor.com/project/darakian/ddh)
# The **D**irectory **D**ifferential **h**Tool
DDH traverses input directories and their subdirectories. It also hashes files as needed and reports findings.

View file

@ -1,33 +0,0 @@
version: 9.6.{build}
image: Visual Studio 2017
install:
- cmd: >-
appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
rustup-init.exe -y
set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
rustc -V
cargo -V
build_script:
- cmd: cargo build --release
after_test:
- cmd: >-
cargo build --verbose
cargo test
artifacts:
- path: target/release/ddh.exe
name: ddh
deploy:
- provider: GitHub
tag: win64-$(appveyor_build_version)
description: DDH windows build
auth_token:
secure: WFr7LYW7Ios3cmmcG1YzM/etQ/xx1yGGlv37J3F9OhVcka5BdZCcTSdSo5MP08/k
draft: false
prerelease: false
on:
branch: release