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
deac1830
Commit
deac1830
authored
Oct 31, 2019
by
Matthew Brett
Browse files
Set PYTHON_VERSION; test in test_library_builders
parent
00232f7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
tests/test_multibuild.sh
tests/test_multibuild.sh
+3
-2
No files found.
tests/test_multibuild.sh
View file @
deac1830
...
@@ -25,12 +25,13 @@ else
...
@@ -25,12 +25,13 @@ else
fi
fi
if
[
-n
"
$TEST_BUILDS
"
]
;
then
if
[
-n
"
$TEST_BUILDS
"
]
;
then
if
[
-n
"
$IS_OSX
"
]
;
then
if
[
-n
"
$IS_OSX
"
]
;
then
# This checked in test_library_builders.
# Will be set automatically by docker call in build_multilinux below.
PYTHON_VERSION
=
${
MB_PYTHON_VERSION
}
source
tests/test_library_builders.sh
source
tests/test_library_builders.sh
elif
[
!
-x
"
$(
command
-v
docker
)
"
]
;
then
elif
[
!
-x
"
$(
command
-v
docker
)
"
]
;
then
echo
"Skipping build tests; no docker available"
echo
"Skipping build tests; no docker available"
else
else
# Docker builds use PYTHON_VERSION
export
PYTHON_VERSION
=
${
MB_PYTHON_VERSION
}
touch
config.sh
touch
config.sh
source
travis_linux_steps.sh
source
travis_linux_steps.sh
my_plat
=
${
PLAT
:-
x86_64
}
my_plat
=
${
PLAT
:-
x86_64
}
...
...
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