Commit cfc97109 authored by Matthew Brett's avatar Matthew Brett
Browse files

Only run builds for subset of matrix

parent b140e450
# Set TEST_BUILDS=1 to run library_builders tests
language: generic
matrix:
include:
- os: linux
dist: precise
env:
- TEST_BUILDS=1
- os: linux
dist: trusty
env:
- TEST_BUILDS=1
- os: osx
osx_image: xcode6.4
env:
- PYTHON_VERSION=2.6
- TEST_BUILDS=1
- os: osx
osx_image: xcode6.4
env:
......@@ -15,6 +25,7 @@ matrix:
- os: osx
env:
- PYTHON_VERSION=2.7.11
- TEST_BUILDS=1
- os: osx
language: objective-c
env:
......
......@@ -14,7 +14,9 @@ else
source manylinux_utils.sh
source tests/test_manylinux_utils.sh
fi
source tests/test_library_builders.sh
if [ -n "$TEST_BUILDS" ]; then
source tests/test_library_builders.sh
fi
# Exit 1 if any test errors
barf
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment