Skip to content

Commit

Permalink
Update .travis.yml to test cibuildtools
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed May 22, 2019
1 parent 80bd1e2 commit 65ac1a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: android
sudo: true
services:
- docker
git:
depth: 3
compiler:
Expand Down Expand Up @@ -60,6 +62,10 @@ script:
- cmake ..
- cmake --build . -- "-j$(nproc)"
- cd ..
- pip install cibuildwheel==0.10.2
- pushd tools/onnx2daq/python
- cibuildwheel --output-dir wheelhouse
- popd
# Build aar
- ./scripts/build_aar.sh $TRAVIS_TAG
# Uncomment when android 27 or 28 emulator works
Expand Down

0 comments on commit 65ac1a4

Please sign in to comment.