mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
eae679718e
Solution: Add qt-android build system and add to travis-ci
11 lines
171 B
YAML
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
|