Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
377f0bb2
Commit
377f0bb2
authored
Feb 27, 2020
by
Remi Perenon
Browse files
Setting back macOS documentation generation forgotten in merge request
!51
parent
560b943c
Pipeline
#7001
passed with stages
in 34 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
BuildServer/Unix/MacOS/deploy.sh
View file @
377f0bb2
...
...
@@ -17,7 +17,7 @@ export MDANSE_APP_DIR=${CI_TEMP_DIR}/dist/MDANSE.app
export
PYTHONPATH
=
${
CI_TEMP_INSTALL_DIR
}
/lib/python2.7/site-packages:
${
PYTHONPATH
}
# Build API
${
PYTHONEXE
}
setup.py
install
--prefix
=
${
CI_TEMP_INSTALL_DIR
}
${
PYTHONEXE
}
setup.py
build_api build_help
install
--prefix
=
${
CI_TEMP_INSTALL_DIR
}
status
=
$?
if
[
$status
-ne
0
]
;
then
...
...
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