File tree 1 file changed +18
-1
lines changed 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ blocks:
54
54
- PIP_INSTALL_OPTIONS="--user" tools/wheels/build-wheels.sh "${LIBRDKAFKA_VERSION#v}" wheelhouse
55
55
- tar -czf wheelhouse-macOS-${ARCH}.tgz wheelhouse
56
56
- artifact push workflow wheelhouse-macOS-${ARCH}.tgz
57
-
57
+
58
58
- name : Source package verification with Python 3 (OSX x64) +docs
59
59
dependencies : []
60
60
task :
@@ -83,3 +83,20 @@ blocks:
83
83
# install confluent-kafka
84
84
- python setup.py build && python setup.py install
85
85
- make docs
86
+ - name : " Wheels: Linux"
87
+ dependencies : []
88
+ task :
89
+ agent :
90
+ machine :
91
+ type : s1-prod-ubuntu20-04-amd64-2
92
+ env_vars :
93
+ - name : OS_NAME
94
+ value : osx
95
+ - name : ARCH
96
+ value : x64
97
+ jobs :
98
+ - name : Build
99
+ commands :
100
+ - PIP_INSTALL_OPTIONS="--user" tools/wheels/build-wheels.sh "${LIBRDKAFKA_VERSION#v}" wheelhouse
101
+ - tar -czf wheelhouse-linux-${ARCH}.tgz wheelhouse
102
+ - artifact push workflow wheelhouse-linux-${ARCH}.tgz
You can’t perform that action at this time.
0 commit comments