Skip to content

Commit 65ac1a4

Browse files
committed
Update .travis.yml to test cibuildtools
1 parent 80bd1e2 commit 65ac1a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: android
22
sudo: true
3+
services:
4+
- docker
35
git:
46
depth: 3
57
compiler:
@@ -60,6 +62,10 @@ script:
6062
- cmake ..
6163
- cmake --build . -- "-j$(nproc)"
6264
- cd ..
65+
- pip install cibuildwheel==0.10.2
66+
- pushd tools/onnx2daq/python
67+
- cibuildwheel --output-dir wheelhouse
68+
- popd
6369
# Build aar
6470
- ./scripts/build_aar.sh $TRAVIS_TAG
6571
# Uncomment when android 27 or 28 emulator works

0 commit comments

Comments
 (0)