Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #15 from nullpo-t/add-appveyor-ci
Browse files Browse the repository at this point in the history
appveyor
  • Loading branch information
ebiiim authored Sep 22, 2018
2 parents b848cde + b332195 commit 0405f38
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# anime2x

[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/nullpo-t/anime2x/blob/master/LICENSE) ![platform win-64](https://img.shields.io/badge/platform-win--64-lightgrey.svg)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/nullpo-t/anime2x/blob/master/LICENSE)
![platform win-64](https://img.shields.io/badge/platform-win--64-lightgrey.svg)
[![Build status](https://ci.appveyor.com/api/projects/status/ktd0ibyydscft13h/branch/master?svg=true)](https://ci.appveyor.com/project/ebiiim/anime2x/branch/master)

## A Pre-rendered Super-resolution Video Up-converter with waifu2x

Expand Down
31 changes: 31 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
branches:
only:
- master
- /dev-*/
skip_tags: true
image: Visual Studio 2017
environment:
PYTHON: C:\\Python37-x64
build_script:
- cmd: >-
%PYTHON%\\python.exe -m venv venv
call venv/Scripts/activate
pip install -r requirements.txt
python download_dependencies.py
pyinstaller pyinstaller.spec
artifacts:
- path: dist/anime2x
name: anime2x
deploy:
- provider: GitHub
tag: v0.3.0
release: anime2x 0.3.0
auth_token:
secure: Kvq8YG4nRFR7pBt//r+O7J9mAu3aNTlKVF+KbOZDLOvY/53FBCv7tEfk5G/nfkJZ
artifact: anime2x
on:
branch: master

0 comments on commit 0405f38

Please sign in to comment.