Skip to content

Commit

Permalink
ci: enable build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrc0mmand committed Aug 26, 2021
1 parent 5f143a9 commit da8d2b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .packit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ actions:
# We need to call autogen, since we use a custom tarball
- "sed -i '/^### Dependencies/aBuildRequires: bison' .packit_rpm/util-linux.spec"
- "sed -i '/^unset LINGUAS/a./autogen.sh' .packit_rpm/util-linux.spec"
# Enable tests after build
- "sed -i '/^### Macros/a%define _with_check 1' .packit_rpm/util-linux.spec"
create-archive:
# We need to override the default create-archive action, since we need to tweak
# the resulting tarball and add a .tarball-version file to it, otherwise
Expand Down

0 comments on commit da8d2b4

Please sign in to comment.