Skip to content
Snippets Groups Projects
Commit 414aff4b authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

try full compilation with artifacts that last 1 week

parent 2e969845
No related branches found
No related tags found
No related merge requests found
...@@ -11,9 +11,11 @@ debian_stable_i386_deb: ...@@ -11,9 +11,11 @@ debian_stable_i386_deb:
script: script:
- echo `pwd` - echo `pwd`
- cd l2ork_addons - cd l2ork_addons
- tar_em_up.sh -B
artifacts: artifacts:
expire_in: 1 week
paths: paths:
- README.md - pd*.deb
debian_stable_amd64_deb: debian_stable_amd64_deb:
tags: tags:
...@@ -23,9 +25,11 @@ debian_stable_amd64_deb: ...@@ -23,9 +25,11 @@ debian_stable_amd64_deb:
script: script:
- echo `pwd` - echo `pwd`
- cd l2ork_addons - cd l2ork_addons
- tar_em_up.sh -B
artifacts: artifacts:
expire_in: 1 week
paths: paths:
- README.md - pd*.deb
ubuntu_14.04_i386_deb: ubuntu_14.04_i386_deb:
tags: tags:
...@@ -35,9 +39,11 @@ ubuntu_14.04_i386_deb: ...@@ -35,9 +39,11 @@ ubuntu_14.04_i386_deb:
script: script:
- echo `pwd` - echo `pwd`
- cd l2ork_addons - cd l2ork_addons
- tar_em_up.sh -B
artifacts: artifacts:
expire_in: 1 week
paths: paths:
- README.md - pd*.deb
ubuntu_14.04_amd64_deb: ubuntu_14.04_amd64_deb:
tags: tags:
...@@ -47,9 +53,11 @@ ubuntu_14.04_amd64_deb: ...@@ -47,9 +53,11 @@ ubuntu_14.04_amd64_deb:
script: script:
- echo `pwd` - echo `pwd`
- cd l2ork_addons - cd l2ork_addons
- tar_em_up.sh -B
artifacts: artifacts:
expire_in: 1 week
paths: paths:
- README.md - pd*.deb
ubuntu_16.04_amd64_deb: ubuntu_16.04_amd64_deb:
tags: tags:
...@@ -59,6 +67,8 @@ ubuntu_16.04_amd64_deb: ...@@ -59,6 +67,8 @@ ubuntu_16.04_amd64_deb:
script: script:
- echo `pwd` - echo `pwd`
- cd l2ork_addons - cd l2ork_addons
- tar_em_up.sh -B
artifacts: artifacts:
expire_in: 1 week
paths: paths:
- README.md - pd*.deb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment