Skip to content

Commit

Permalink
Use more standard debian tools for github package build.
Browse files Browse the repository at this point in the history
Also use eatmydata a bit more to speed up build.
  • Loading branch information
petterreinholdtsen committed Mar 29, 2022
1 parent 565275f commit e5a721a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -71,9 +71,10 @@ jobs:
git fetch --recurse-submodules=no https://github.com/linuxcnc/linuxcnc refs/tags/*:refs/tags/*
./scripts/travis-install-build-deps.sh
sudo apt-get install -y eatmydata
codename=$(grep VERSION_CODENAME /etc/os-release | cut -d = -f 2)
codename=$(lsb_release -cs)
dch --maintmaint --distribution $codename "GitHub test package."
fakeroot ./debian/rules binary
eatmydata debian/configure
eatmydata debuild
sudo apt-get install ../*.deb
eatmydata ./scripts/runtests -p tests/
eatmydata lintian --info --display-info --pedantic --display-experimental ../*.deb

0 comments on commit e5a721a

Please sign in to comment.