-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappveyor.yml
46 lines (39 loc) · 1.43 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
version: 1.0.{build}
environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36-x64"
install:
- cmd: "%PYTHON%\\python.exe -m pip install --upgrade pip wheel"
build: off
test_script:
- mkdir wheels
- cmd: "%PYTHON%\\python.exe -m pip install wheel"
- cmd: "%PYTHON%\\python.exe -m pip wheel --wheel-dir=wheels pyahocorasick"
- cmd: "%PYTHON%\\python.exe -m pip wheel --wheel-dir=wheels lxml"
- cmd: "%PYTHON%\\python.exe -m pip wheel --wheel-dir=wheels tinyarray"
- cmd: "%PYTHON%\\python.exe -m pip wheel --wheel-dir=wheels simplejson"
- cmd: "%PYTHON%\\python.exe -m pip wheel --wheel-dir=wheels billiard"
- cmd: "%PYTHON%\\python.exe -m pip wheel --wheel-dir=wheels psutil"
- cmd: "%PYTHON%\\python.exe -m pip wheel --wheel-dir=wheels intbitset"
- cmd: "%PYTHON%\\python.exe -m pip wheel --wheel-dir=wheels bitarray"
- cmd: "%PYTHON%\\python.exe -m pip wheel --wheel-dir=wheels pycryptodome"
- cmd: "%PYTHON%\\python.exe -m pip wheel --wheel-dir=wheels rdflib"
- cmd: "%PYTHON%\\python.exe -m pip wheel --wheel-dir=wheels url"
- dir
- dir wheels
artifacts:
- path: wheels\*
deploy:
- provider: BinTray
username: pombreda
version: "2"
override: true
api_key:
secure: vfOXPuSdGaUBQWCWhtXGWOKFoWulmg8dl3J8EP7RodmMN96VH8yeMQIHdU3f4+l/
subject: pombreda
repo: thirdparty
package: thirdparty
publish: true