mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-22 15:07:28 +01:00
Problem: Android build on Travis OSX takes 10 minutes+
Solution: remove it, and test it only on Linux, as the toolchain and build process is the same.
This commit is contained in:
parent
9c085381ee
commit
067b7b0d27
@ -11,7 +11,6 @@ dist: trusty
|
||||
env:
|
||||
matrix:
|
||||
- BUILD_TYPE=default CURVE=tweetnacl DRAFT=enabled
|
||||
- BUILD_TYPE=android CURVE=tweetnacl
|
||||
- BUILD_TYPE=cmake CURVE=tweetnacl
|
||||
- BUILD_TYPE=default
|
||||
# tokens to deploy releases on OBS and create/delete temporary branch on Github.
|
||||
@ -74,6 +73,9 @@ matrix:
|
||||
packages:
|
||||
- g++-6
|
||||
- gcc-6
|
||||
- env: BUILD_TYPE=android CURVE=tweetnacl
|
||||
os: linux
|
||||
dist: trusty
|
||||
|
||||
sudo: required
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user