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
673989f7
Commit
673989f7
authored
May 30, 2018
by
eric pellegrini
Browse files
Trying to figure why the artefacts are not seen by gitlab once uploaded
parent
605b56c9
Pipeline
#3770
passed with stages
in 3 minutes and 1 second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
673989f7
...
...
@@ -49,82 +49,3 @@ deploy:ubuntu_xenial:
-
sci
-
ubuntu
# osx pipeline
ci:osx:
stage
:
ci
script
:
-
source ./BuildServer/Unix/definitions_macos.sh
-
source ./BuildServer/Unix/version.sh
-
./BuildServer/Unix/build.sh
-
./BuildServer/Unix/tests.sh
allow_failure
:
false
only
:
-
triggers
-
tags
-
release
-
hotfix
-
develop
-
/^feature-.*$/
-
/^bugfix-.*$/
artifacts
:
paths
:
-
./BuildServer/Unix/Build_macOS
expire_in
:
1 day
tags
:
-
macos10.13
deploy:osx:
stage
:
deploy
script
:
-
source ./BuildServer/Unix/definitions_macos.sh
-
source ./BuildServer/Unix/version.sh
-
./BuildServer/Unix/deploy_macos.sh
dependencies
:
-
ci:osx
when
:
on_success
artifacts
:
paths
:
-
BuildServer/MDANSE*.dmg
tags
:
-
macos10.13
# windows 7 pipeline
# "call" is mandatory, see https://gitlab.com/gitlab-org/gitlab-runner/issues/1051
ci:windows:
stage
:
ci
script
:
-
call .\\BuildServer\\Windows\\definitions.bat
-
call .\\BuildServer\\Windows\\version.bat
-
call .\\BuildServer\\Windows\\build.bat
-
call .\\BuildServer\\Windows\\tests.bat
allow_failure
:
false
only
:
-
triggers
-
tags
-
develop
-
release
-
hotfix
-
/^feature-.*$/
-
/^bugfix-.*$/
artifacts
:
paths
:
-
.\\BuildServer\\Windows\\Build
expire_in
:
1 day
tags
:
-
windows10
deploy:windows:
stage
:
deploy
script
:
-
call .\\BuildServer\\Windows\\definitions.bat
-
call .\\BuildServer\\Windows\\version.bat
-
call .\\BuildServer\\Windows\\deploy.bat
dependencies
:
-
ci:windows
when
:
on_success
artifacts
:
paths
:
-
BuildServer\\MDANSE*.exe
tags
:
-
windows10
BuildServer/Docker/upload_artefacts.sh
View file @
673989f7
docker run
--rm
-iv
${
PWD
}
:/artifacts/ deploy_mdanse_xenial
<<
COMMANDS
chown ci:ci /mdanse/BuildServer/*.deb
chmod 755 /mdanse/BuildServer/*.deb
cp -a /mdanse/BuildServer/*.deb /artifacts/.
COMMANDS
...
...
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