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
ae67006a
Commit
ae67006a
authored
Sep 27, 2016
by
Jonathan Wilkes
Browse files
do full recompile for automated builds
parent
33fc4d18
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ae67006a
...
...
@@ -11,7 +11,7 @@ debian_stable_i386_deb:
script
:
-
echo `pwd`
-
cd l2ork_addons
-
./tar_em_up.sh -
b
-
./tar_em_up.sh -
B
artifacts
:
paths
:
-
a.out
...
...
@@ -24,7 +24,7 @@ debian_stable_amd64_deb:
script
:
-
echo `pwd`
-
cd l2ork_addons
-
./tar_em_up.sh -
b
-
./tar_em_up.sh -
B
ubuntu_14.04_i386_deb
:
tags
:
...
...
@@ -34,7 +34,7 @@ ubuntu_14.04_i386_deb:
script
:
-
echo `pwd`
-
cd l2ork_addons
-
./tar_em_up.sh -
b
-
./tar_em_up.sh -
B
ubuntu_14.04_amd64_deb
:
tags
:
...
...
@@ -44,7 +44,7 @@ ubuntu_14.04_amd64_deb:
script
:
-
echo `pwd`
-
cd l2ork_addons
-
./tar_em_up.sh -
b
-
./tar_em_up.sh -
B
ubuntu_16.04_amd64_deb
:
tags
:
...
...
@@ -54,4 +54,4 @@ ubuntu_16.04_amd64_deb:
script
:
-
echo `pwd`
-
cd l2ork_addons
-
./tar_em_up.sh -
b
-
./tar_em_up.sh -
B
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