Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add uninstall target #55

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

eribertomota
Copy link
Contributor

This PR depends of #54.

This PR will add uninstall target and improve the CI tests:

  • Enable uninstall test
  • Consequently, allow the CI test to build twice
  • Execute 'hexedit -v' to make a superficial test

autoconf >= 2.70 produces the following warnings in current configure.ac:

configure.ac:51: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:51: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:51: the top level
configure.ac:75: warning: AC_OUTPUT should be used without arguments.
configure.ac:75: You should run autoupdate.

This PR fixes those warnings.
It will run after each push to test an initial build, install and uninstall.
After this a distclean and a second build and install will run to test if
these actions execute twice. Any error in source code will break the build
and invalidate the CI test.

Currently, part of the test is disabled because the uninstall target doesn't
exist yet.
This PR depends of pixel#54. This PR will add
uninstall target and improve the CI tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant