From 861c5db960399a620a0b9c82ea6932d64d61a377 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Sat, 29 Oct 2016 23:20:31 -0400 Subject: [PATCH] another ci test --- .gitlab-ci.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aff3d651c..69e646192 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,9 +11,11 @@ debian_stable_i386_deb: script: - echo `pwd` - gcc -v + - cd l2ork_addons + - echo `pwd` artifacts: paths: - - ./README.md + - README.md debian_stable_amd64_deb: tags: @@ -23,6 +25,8 @@ debian_stable_amd64_deb: script: - echo `pwd` - gcc -v + - cd l2ork_addons + - echo `pwd` artifacts: paths: - README.md @@ -35,6 +39,8 @@ ubuntu_14.04_i386_deb: script: - echo `pwd` - gcc -v + - cd l2ork_addons + - echo `pwd` artifacts: paths: - README.md @@ -47,6 +53,8 @@ ubuntu_14.04_amd64_deb: script: - echo `pwd` - gcc -v + - cd l2ork_addons + - echo `pwd` artifacts: paths: - README.md @@ -59,7 +67,10 @@ ubuntu_16.04_amd64_deb: script: - echo `pwd` - gcc -v + - cd l2ork_addons + - echo `pwd` artifacts: paths: - README.md + -- GitLab