Skip to content

Commit

Permalink
Merge pull request #1687 from petterreinholdtsen/github-ci-debian-build
Browse files Browse the repository at this point in the history
Use more standard debian tools for github package build.
  • Loading branch information
jepler committed Mar 30, 2022
2 parents f77c0e9 + 3e15609 commit 0eba0d0
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 -us -uc
sudo apt-get install ../*.deb
eatmydata ./scripts/runtests -p tests/
eatmydata lintian --info --display-info --pedantic --display-experimental ../*.deb

0 comments on commit 0eba0d0

Please sign in to comment.