mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-23 23:16:41 +01:00
11 lines
165 B
YAML
11 lines
165 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
|