pixel / hexedit

View and edit files in hexadecimal or in ASCII
http://rigaux.org/hexedit.html
GNU General Public License v2.0
98 stars 41 forks source link

Add CI test #54

Closed eribertomota closed 3 years ago

eribertomota commented 3 years ago

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.