From d9fb27f06ec54347718414a0feff40b3fadbc305 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Thu, 25 Oct 2018 22:30:50 +0200 Subject: [PATCH] Drop appveyor Travis CI does our Windows releases now. --- .appveyor.yml | 47 ----------------------------------------------- README.md | 2 -- 2 files changed, 49 deletions(-) delete mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index d3df66bc..00000000 --- a/.appveyor.yml +++ /dev/null @@ -1,47 +0,0 @@ -os: Visual Studio 2017 -# Build 64-bit MSVC binaries on stable, beta and nightly. I prefer to use the -# native toolchain, ie, MSVC, and 32-bit's dead anyway. -environment: - target: x86_64-pc-windows-msvc - matrix: - - channel: stable -# Install Rust with rustup -install: - - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe - - rustup-init -y --default-toolchain %channel% --default-host %target% - - set PATH=%PATH%;%USERPROFILE%\.cargo\bin - - rustc -vV - - cargo -vV - # Make nmake available; required by onig-sys dependency (transitive via - # syntect) - - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" - # For formatting tests - - pip install ansi2html==1.4.2 -build_script: - - cargo build --no-default-features --release --verbose -after_build: - # The leading '.\' is important to avoid a command error with -windows being - # interpreted as flag if APPVEYOR_REPO_TAG_NAME is empty. - - 7z a .\%APPVEYOR_REPO_TAG_NAME%-windows.zip %APPVEYOR_BUILD_FOLDER%\target\release\mdcat.exe %APPVEYOR_BUILD_FOLDER%\README.md %APPVEYOR_BUILD_FOLDER%\CHANGELOG.md %APPVEYOR_BUILD_FOLDER%\LICENSE -test_script: - - cargo test --no-default-features --verbose - - cargo run --no-default-features -- sample/common-mark.md -artifacts: - - path: '*.zip' -# Deploy tags to GitHub releases -deploy: - description: 'Automatically deployed release' - artifact: /mdcat-.*\.zip/ - auth_token: - secure: V6yAHPZRyD5C2LZaynvK1UhtoZeI3EvPSNbDGbN7TRjdFAY3pv4JdWYwf595jtwa - provider: GitHub - on: - channel: stable - appveyor_repo_tag: true -notifications: - - provider: Email - to: - - '{{commitAuthorEmail}}' - on_build_failure: true - on_build_success: false - on_build_status_changed: false diff --git a/README.md b/README.md index 44bda398..1a70ccac 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![Current release]( https://img.shields.io/crates/v/mdcat.svg)][crates] ![Actively developer](https://img.shields.io/badge/maintenance-actively--developed-brightgreen.svg) [![Build status](https://img.shields.io/travis/lunaryorn/mdcat/master.svg)][travis] -[![Windows build status](https://img.shields.io/appveyor/ci/lunaryorn/mdcat/master.svg)][appveyor] `cat` for [CommonMark][]: Show CommonMark (a standardized Markdown dialect) documents on text terminals. @@ -20,7 +19,6 @@ left to right), and [PragmataPro][pp] as font. [crates-badge]: https://img.shields.io/crates/v/mdcat.svg [crates]: https://crates.io/crates/mdcat [travis]: https://travis-ci.org/lunaryorn/mdcat -[appveyor]: https://ci.appveyor.com/project/lunaryorn/mdcat [CommonMark]: http://commonmark.org [Solarized]: http://ethanschoonover.com/solarized [dracula]: https://draculatheme.com/iterm/