Upgrade to 3.5.1 - update .gitlab-ci

This commit is contained in:
Deon George 2019-08-20 13:14:58 +10:00
parent a6c25364ca
commit 69ab50e8b0

View File

@ -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 ..