Commit a6806fb5 authored by Deon George's avatar Deon George
Browse files

Added creating archive

parent 28b095a5
Pipeline #508 failed with stages
in 2 minutes and 18 seconds
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment