mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-13 14:45:38 +02: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:
@@ -11,7 +11,6 @@ dist: trusty
|
|||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- BUILD_TYPE=default CURVE=tweetnacl DRAFT=enabled
|
- BUILD_TYPE=default CURVE=tweetnacl DRAFT=enabled
|
||||||
- BUILD_TYPE=android CURVE=tweetnacl
|
|
||||||
- BUILD_TYPE=cmake CURVE=tweetnacl
|
- BUILD_TYPE=cmake CURVE=tweetnacl
|
||||||
- BUILD_TYPE=default
|
- BUILD_TYPE=default
|
||||||
# tokens to deploy releases on OBS and create/delete temporary branch on Github.
|
# tokens to deploy releases on OBS and create/delete temporary branch on Github.
|
||||||
@@ -74,6 +73,9 @@ matrix:
|
|||||||
packages:
|
packages:
|
||||||
- g++-6
|
- g++-6
|
||||||
- gcc-6
|
- gcc-6
|
||||||
|
- env: BUILD_TYPE=android CURVE=tweetnacl
|
||||||
|
os: linux
|
||||||
|
dist: trusty
|
||||||
|
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user