libzmq/.travis.yml
Joe McIlvain eae679718e Problem: No builtin way to build for qt-android
Solution: Add qt-android build system and add to travis-ci
2014-11-02 17:33:23 -08:00

11 lines
171 B
YAML

# Travis CI script
language: c
env:
- BUILD_TYPE=default
- BUILD_TYPE=qt-android
# Build and check this project according to the BUILD_TYPE
script: ./ci_build.sh