Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
414aff4b
Commit
414aff4b
authored
Oct 30, 2016
by
Jonathan Wilkes
Browse files
try full compilation with artifacts that last 1 week
parent
2e969845
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
414aff4b
...
...
@@ -11,9 +11,11 @@ debian_stable_i386_deb:
script
:
-
echo `pwd`
-
cd l2ork_addons
-
tar_em_up.sh -B
artifacts
:
expire_in
:
1 week
paths
:
-
README.md
-
pd*.deb
debian_stable_amd64_deb
:
tags
:
...
...
@@ -23,9 +25,11 @@ debian_stable_amd64_deb:
script
:
-
echo `pwd`
-
cd l2ork_addons
-
tar_em_up.sh -B
artifacts
:
expire_in
:
1 week
paths
:
-
README.md
-
pd*.deb
ubuntu_14.04_i386_deb
:
tags
:
...
...
@@ -35,9 +39,11 @@ ubuntu_14.04_i386_deb:
script
:
-
echo `pwd`
-
cd l2ork_addons
-
tar_em_up.sh -B
artifacts
:
expire_in
:
1 week
paths
:
-
README.md
-
pd*.deb
ubuntu_14.04_amd64_deb
:
tags
:
...
...
@@ -47,9 +53,11 @@ ubuntu_14.04_amd64_deb:
script
:
-
echo `pwd`
-
cd l2ork_addons
-
tar_em_up.sh -B
artifacts
:
expire_in
:
1 week
paths
:
-
README.md
-
pd*.deb
ubuntu_16.04_amd64_deb
:
tags
:
...
...
@@ -59,6 +67,8 @@ ubuntu_16.04_amd64_deb:
script
:
-
echo `pwd`
-
cd l2ork_addons
-
tar_em_up.sh -B
artifacts
:
expire_in
:
1 week
paths
:
-
README.md
-
pd*.deb
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