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
b6d2dffe
Commit
b6d2dffe
authored
Jun 28, 2018
by
Hugo
Browse files
docker -> Docker
parent
783c74ea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.rst
README.rst
+4
-4
No files found.
README.rst
View file @
b6d2dffe
...
@@ -67,14 +67,14 @@ default definitions of these functions. See below for more details.
...
@@ -67,14 +67,14 @@ default definitions of these functions. See below for more details.
Manylinux
Manylinux
=========
=========
The build phase is in a Manylinux1
d
ocker container, but the test phase is in
The build phase is in a Manylinux1
D
ocker container, but the test phase is in
a clean Ubuntu 14.04 container.
a clean Ubuntu 14.04 container.
Build phase
Build phase
-----------
-----------
``multibuild/travis_linux_steps.sh`` defines the ``build_wheel`` function,
``multibuild/travis_linux_steps.sh`` defines the ``build_wheel`` function,
which starts up the Manylinux1
d
ocker container to run a wrapper script
which starts up the Manylinux1
D
ocker container to run a wrapper script
``multibuild/docker_build_wrap.sh``, that (within the container) sources the
``multibuild/docker_build_wrap.sh``, that (within the container) sources the
following bash scripts:
following bash scripts:
...
@@ -98,9 +98,9 @@ real ``build_wheel`` function, which now comes (by default) from
...
@@ -98,9 +98,9 @@ real ``build_wheel`` function, which now comes (by default) from
Test phase
Test phase
----------
----------
Testing is in an Ubuntu 14.04
d
ocker container - see
Testing is in an Ubuntu 14.04
D
ocker container - see
``multibuild/docker_test_wrap.sh``. ``multibuild/travis_linux_steps.sh``
``multibuild/docker_test_wrap.sh``. ``multibuild/travis_linux_steps.sh``
defines the ``install_run`` function, which starts up the testing
d
ocker
defines the ``install_run`` function, which starts up the testing
D
ocker
container with a wrapper script ``multibuild/docker_test_wrap.sh``. The
container with a wrapper script ``multibuild/docker_test_wrap.sh``. The
wrapper script sources the following bash scripts:
wrapper script sources the following bash scripts:
...
...
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