Closed jcs090218 closed 2 years ago
I have setup the CI for this repo. The CI uses Eask; the tool I've created recently to replace Cask. And with the GitHub Actions.
The CI tests on all platforms (Ubuntu, macOS, and Windows). The CI process is defined in Makefile. It currently tests the following,
Makefile
package
.tar
.el
install
package.el
compile
checkdoc
I have added make lint but it's currently left unused due to other errors.
make lint
Full log here.
Thank you very much! This is looking great to me. Can I go ahead and merge already?
Yes, this is ready to merge! :)
Thanks!
I have setup the CI for this repo. The CI uses Eask; the tool I've created recently to replace Cask. And with the GitHub Actions.
The CI tests on all platforms (Ubuntu, macOS, and Windows). The CI process is defined in
Makefile
. It currently tests the following,package
- test if package archives able to build the package artefact (.tar
or.el
)install
- test if able to install withpackage.el
compile
- (optional) gives you warningscheckdoc
- (optional) style checkerI have added
make lint
but it's currently left unused due to other errors.