File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 3232 sudo DEBIAN_FRONTEND=noninteractive apt install -qq devscripts equivs lintian
3333 mk-build-deps -i -s sudo -t "apt --yes --no-install-recommends"
3434
35- - name : Build source package
35+ - name : Build package
3636 env :
3737 DEBFULLNAME : " Jakob Flierl"
3838 DEBEMAIL : " jakob.flierl@gmail.com"
4646 --package libqgcodeeditor \
4747 --newversion ${VERSION}~${TARGET}1 \
4848 "Automatic release build"
49- debuild -S -sa -us -uc -d
50-
51- - name : Clean and rebuild packages
52- run : |
53- rm -rf QGcodeQt5 QGcodeQt6 configure-stamp build-library-stamp debian/tmp debian/libqgcodeeditor-qt* debian/*.debhelper.log debian/*.substvars
5449 dpkg-buildpackage -b -rfakeroot -us -uc
5550
56- - name : Run lintian
57- run : |
58- lintian ../libqgcodeeditor*.deb | lintian-info
59-
6051 - name : Upload artifacts
6152 run : |
6253 mkdir -p artifacts
You can’t perform that action at this time.
0 commit comments