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
2e969845
Commit
2e969845
authored
Oct 30, 2016
by
Jonathan Wilkes
Browse files
test all Gnu/Linux runners in preparation for beta3
parent
79d15c70
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2e969845
...
...
@@ -10,7 +10,6 @@ debian_stable_i386_deb:
-
i386
script
:
-
echo `pwd`
-
gcc -v
-
cd l2ork_addons
artifacts
:
paths
:
...
...
@@ -23,7 +22,6 @@ debian_stable_amd64_deb:
-
amd64
script
:
-
echo `pwd`
-
gcc -v
-
cd l2ork_addons
artifacts
:
paths
:
...
...
@@ -36,7 +34,6 @@ ubuntu_14.04_i386_deb:
-
i386
script
:
-
echo `pwd`
-
gcc -v
-
cd l2ork_addons
artifacts
:
paths
:
...
...
@@ -49,7 +46,6 @@ ubuntu_14.04_amd64_deb:
-
amd64
script
:
-
echo `pwd`
-
gcc -v
-
cd l2ork_addons
artifacts
:
paths
:
...
...
@@ -62,7 +58,6 @@ ubuntu_16.04_amd64_deb:
-
amd64
script
:
-
echo `pwd`
-
gcc -v
-
cd l2ork_addons
artifacts
:
paths
:
...
...
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