forked from confluentinc/confluent-kafka-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.appveyor.yml
30 lines (27 loc) · 1.01 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
environment:
global:
LIBRDKAFKA_NUGET_VERSION: 1.2.0
CIBW_SKIP: cp33-* cp34-*
CIBW_TEST_REQUIRES: pytest requests avro
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
# /E:ON and /V:ON options are not enabled in the batch script intepreter
# See: http://stackoverflow.com/a/13751649/163740
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\tools\\appveyor\\run_with_env.cmd"
build_script:
- tools/windows-build.bat
artifacts:
- path: "wheelhouse\\*.whl"
name: Wheels
deploy:
- provider: S3
access_key_id:
secure: cckgDsJxukFnB9Ud9E+MatbtFq0KvjsePN9gefZKbZA=
secret_access_key:
secure: KLJDHRP3Gna/PTPKZcwCvEAHmLhu7PY/jHBzduVTr404ZY4yTAyNj/XgmP7kymDz
region: us-west-1
bucket: librdkafka-ci-packages
folder: confluent-kafka-python/p-confluent-kafka-python__bld-appveyor__plat-windows__bldtype-release__tag-$(APPVEYOR_REPO_TAG_NAME)__sha-$(APPVEYOR_REPO_COMMIT)__bid-$(APPVEYOR_BUILD_ID)
artifact: /wheelhouse\/.*\.whl/
max_error_retry: 3
on:
APPVEYOR_REPO_TAG: true