Upgrade to 3.5.1 - update .gitlab-ci
This commit is contained in:
parent
a6c25364ca
commit
69ab50e8b0
@ -3,7 +3,7 @@ stages:
|
||||
- deploy
|
||||
|
||||
variables:
|
||||
VERSION: "3.4.9"
|
||||
VERSION: "3.5.1"
|
||||
|
||||
before_script:
|
||||
- env|sort
|
||||
@ -19,7 +19,7 @@ build:x86_64:
|
||||
- cd makenl
|
||||
- git checkout debian
|
||||
- git merge master --no-edit
|
||||
- git am ../0001-Updated-to-3.4.9.patch
|
||||
- git am ../0001-Updated-to-3.5.1.patch
|
||||
- git archive --format=tar HEAD |gzip -9 > ../${CI_PROJECT_NAME}_${VERSION}.orig.tar.gz
|
||||
- dpkg-buildpackage -us -uc
|
||||
- cd ..
|
||||
@ -57,7 +57,7 @@ build:armv7l:
|
||||
- cd makenl
|
||||
- git checkout debian
|
||||
- git merge master --no-edit
|
||||
- git am ../0001-Updated-to-3.4.9.patch
|
||||
- git am ../0001-Updated-to-3.5.1.patch
|
||||
- git archive --format=tar HEAD |gzip -9 > ../${CI_PROJECT_NAME}_${VERSION}.orig.tar.gz
|
||||
- dpkg-buildpackage -us -uc
|
||||
- cd ..
|
||||
|
Reference in New Issue
Block a user