Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rishabh Gupta
purr-data
Commits
2e183157
Commit
2e183157
authored
Oct 26, 2016
by
Jonathan Wilkes
Browse files
test retrieval of artifacts with gitlab
parent
cd5333c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2e183157
...
@@ -14,7 +14,8 @@ debian_stable_i386_deb:
...
@@ -14,7 +14,8 @@ debian_stable_i386_deb:
-
./tar_em_up.sh -B
-
./tar_em_up.sh -B
artifacts
:
artifacts
:
paths
:
paths
:
-
a.out
-
../*.deb
expire_in
:
1 week
debian_stable_amd64_deb
:
debian_stable_amd64_deb
:
tags
:
tags
:
...
@@ -25,6 +26,11 @@ debian_stable_amd64_deb:
...
@@ -25,6 +26,11 @@ debian_stable_amd64_deb:
-
echo `pwd`
-
echo `pwd`
-
cd l2ork_addons
-
cd l2ork_addons
-
./tar_em_up.sh -B
-
./tar_em_up.sh -B
artifacts
:
paths
:
-
../*.deb
expire_in
:
1 week
ubuntu_14.04_i386_deb
:
ubuntu_14.04_i386_deb
:
tags
:
tags
:
...
@@ -35,6 +41,11 @@ ubuntu_14.04_i386_deb:
...
@@ -35,6 +41,11 @@ ubuntu_14.04_i386_deb:
-
echo `pwd`
-
echo `pwd`
-
cd l2ork_addons
-
cd l2ork_addons
-
./tar_em_up.sh -B
-
./tar_em_up.sh -B
artifacts
:
paths
:
-
../*.deb
expire_in
:
1 week
ubuntu_14.04_amd64_deb
:
ubuntu_14.04_amd64_deb
:
tags
:
tags
:
...
@@ -45,6 +56,10 @@ ubuntu_14.04_amd64_deb:
...
@@ -45,6 +56,10 @@ ubuntu_14.04_amd64_deb:
-
echo `pwd`
-
echo `pwd`
-
cd l2ork_addons
-
cd l2ork_addons
-
./tar_em_up.sh -B
-
./tar_em_up.sh -B
artifacts
:
paths
:
-
../*.deb
expire_in
:
1 week
ubuntu_16.04_amd64_deb
:
ubuntu_16.04_amd64_deb
:
tags
:
tags
:
...
@@ -55,3 +70,7 @@ ubuntu_16.04_amd64_deb:
...
@@ -55,3 +70,7 @@ ubuntu_16.04_amd64_deb:
-
echo `pwd`
-
echo `pwd`
-
cd l2ork_addons
-
cd l2ork_addons
-
./tar_em_up.sh -B
-
./tar_em_up.sh -B
artifacts
:
paths
:
-
../*.deb
expire_in
:
1 week
Write
Preview
Supports
Markdown
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