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
David MacDonald
purr-data
Commits
861c5db9
Commit
861c5db9
authored
Oct 29, 2016
by
Jonathan Wilkes
Browse files
another ci test
parent
14984ef0
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
861c5db9
...
...
@@ -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
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