Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
9c62b193
Commit
9c62b193
authored
Jul 17, 2018
by
Remi Perenon
Committed by
eric pellegrini
Jul 24, 2018
Browse files
Fixing Ubuntu (Docker) build
parent
45a60aa3
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9c62b193
...
...
@@ -67,7 +67,7 @@ ci:ubuntu_xenial:
deploy:ubuntu_xenial:
stage
:
deploy
script
:
-
docker build --force-rm
--build-arg
-t deploy_mdanse_xenial -f ${CI_PROJECT_DIR}/BuildServer/Docker/Builder/Ubuntu-xenial/Dockerfile_deploy .
-
docker build --force-rm -t deploy_mdanse_xenial -f ${CI_PROJECT_DIR}/BuildServer/Docker/Builder/Ubuntu-xenial/Dockerfile_deploy .
-
chmod 755 ${CI_PROJECT_DIR}/BuildServer/Docker/upload_artefacts.sh
-
${CI_PROJECT_DIR}/BuildServer/Docker/upload_artefacts.sh xenial
dependencies
:
...
...
BuildServer/Docker/Builder/Ubuntu-trusty/Dockerfile_build
View file @
9c62b193
...
...
@@ -4,8 +4,6 @@ SHELL ["/bin/bash", "-c"]
ARG MDANSE_GIT_COMMIT
ARG MDANSE_GIT_BRANCH_NAME
RUN GIT_SSL_NO_VERIFY=true git clone https://code.ill.fr/scientific-software/mdanse.git
WORKDIR mdanse
...
...
BuildServer/Unix/Debian/deploy.sh
View file @
9c62b193
...
...
@@ -50,7 +50,7 @@ mkdir -p ${DEBIAN_DIST_DIR}
cd
${
CI_PROJECT_DIR
}
# Buid API
# Bui
l
d API
${
PYTHONEXE
}
setup.py
install
--prefix
=
${
CI_TEMP_INSTALL_DIR
}
build_api
status
=
$?
...
...
@@ -59,7 +59,7 @@ if [ $status -ne 0 ]; then
exit
$status
fi
# Buid embedded doc
# Bui
l
d embedded doc
${
PYTHONEXE
}
setup.py
install
--prefix
=
${
CI_TEMP_INSTALL_DIR
}
build_help
status
=
$?
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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