Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bbs
makenl
Commits
a6806fb5
Commit
a6806fb5
authored
Jan 29, 2019
by
Deon George
Browse files
Added creating archive
parent
28b095a5
Pipeline
#508
failed with stages
in 2 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a6806fb5
...
...
@@ -20,6 +20,7 @@ build:x86_64:
-
git checkout debian
-
git merge master --no-edit
-
git am ../0001-Updated-to-3.4.9.patch
-
git archive --format=tar HEAD |gzip -9 > ../${CI_PROJECT_NAME}.${VERSION}.orig.tar.gz
-
dpkg-buildpackage -us -uc
-
cd ..
-
mkdir build
...
...
@@ -57,6 +58,7 @@ build:armv7l:
-
git checkout debian
-
git merge master --no-edit
-
git am ../0001-Updated-to-3.4.9.patch
-
git archive --format=tar HEAD |gzip -9 > ../${CI_PROJECT_NAME}.${VERSION}.orig.tar.gz
-
dpkg-buildpackage -us -uc
-
cd ..
-
mkdir build
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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