mirror of
https://github.com/darakian/ddh.git
synced 2026-09-10 07:06:21 -04:00
Merge pull request #25 from darakian/remove-appveyor-travis
Remove travis-ci and appveyor in favor of github actions
This commit is contained in:
commit
4c8a32d73a
10
.travis.yml
10
.travis.yml
|
|
@ -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
|
||||
|
|
@ -1,8 +1,3 @@
|
|||
### Linux Build Status
|
||||
[](https://travis-ci.org/darakian/ddh)
|
||||
### Windows Build Status
|
||||
[](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.
|
||||
|
||||
|
|
|
|||
33
appveyor.yml
33
appveyor.yml
|
|
@ -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
|
||||
Loading…
Reference in a new issue