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

another ci test

parent 14984ef0
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`
- gcc -v - gcc -v
- cd l2ork_addons
- echo `pwd`
artifacts: artifacts:
paths: paths:
- ./README.md - README.md
debian_stable_amd64_deb: debian_stable_amd64_deb:
tags: tags:
...@@ -23,6 +25,8 @@ debian_stable_amd64_deb: ...@@ -23,6 +25,8 @@ debian_stable_amd64_deb:
script: script:
- echo `pwd` - echo `pwd`
- gcc -v - gcc -v
- cd l2ork_addons
- echo `pwd`
artifacts: artifacts:
paths: paths:
- README.md - README.md
...@@ -35,6 +39,8 @@ ubuntu_14.04_i386_deb: ...@@ -35,6 +39,8 @@ ubuntu_14.04_i386_deb:
script: script:
- echo `pwd` - echo `pwd`
- gcc -v - gcc -v
- cd l2ork_addons
- echo `pwd`
artifacts: artifacts:
paths: paths:
- README.md - README.md
...@@ -47,6 +53,8 @@ ubuntu_14.04_amd64_deb: ...@@ -47,6 +53,8 @@ ubuntu_14.04_amd64_deb:
script: script:
- echo `pwd` - echo `pwd`
- gcc -v - gcc -v
- cd l2ork_addons
- echo `pwd`
artifacts: artifacts:
paths: paths:
- README.md - README.md
...@@ -59,7 +67,10 @@ ubuntu_16.04_amd64_deb: ...@@ -59,7 +67,10 @@ ubuntu_16.04_amd64_deb:
script: script:
- echo `pwd` - echo `pwd`
- gcc -v - gcc -v
- cd l2ork_addons
- echo `pwd`
artifacts: artifacts:
paths: paths:
- README.md - README.md
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