Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
cfc97109
Commit
cfc97109
authored
May 24, 2017
by
Matthew Brett
Browse files
Only run builds for subset of matrix
parent
b140e450
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
.travis.yml
.travis.yml
+11
-0
tests/test_multibuild.sh
tests/test_multibuild.sh
+3
-1
No files found.
.travis.yml
View file @
cfc97109
# 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
:
...
...
tests/test_multibuild.sh
View file @
cfc97109
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment