Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 372194b

Browse files
committed
Add appveyor
1 parent dd1c58c commit 372194b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

appveyor.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
platform:
3+
- x64
4+
5+
environment:
6+
matrix:
7+
- PYTHON_VERSION: 27
8+
- PYTHON_VERSION: 27-x64
9+
- PYTHON_VERSION: 33
10+
- PYTHON_VERSION: 33-x64
11+
- PYTHON_VERSION: 34
12+
- PYTHON_VERSION: 34-x64
13+
- PYTHON_VERSION: 35
14+
- PYTHON_VERSION: 35-x64
15+
- PYTHON_VERSION: 36
16+
- PYTHON_VERSION: 36-x64
17+
18+
build_script:
19+
- C:\Python%PYTHON_VERSION%\python.exe -m setup.py bdist_wheel
20+
21+
22+
artifacts:
23+
- path: 'dist\*.zip'
24+
name: MeCab-Python-MSVC
25+
deploy:
26+
description: 'MeCab-Python-MSVC'
27+
provider: GitHub
28+
auth_token:
29+
secure: OmfpZhJdq1DA5Yl/KrpU0VVV6jCM7DQ/8gH7IH1Fld9TtRvnHCTLxJSTXVgsOEmJ
30+
artifact: MeCab-Python-MSVC
31+
draft: false
32+
prerelease: false
33+
on:
34+
appveyor_repo_tag: true

0 commit comments

Comments
 (0)