aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2023-01-17Fix manualDaniel Mendler
2023-01-13Test emacs-29 branchDaniel Mendler
2023-01-09Disable byte-compilation for compat-macs and compat-testsDaniel Mendler
This ensures that straight users and users who install the package directly from the source don't get the unnecessarily byte-compiled file. We still compile both files on CI for error checking.
2023-01-07CI: Test against 28.2Daniel Mendler
2023-01-05Update ci configDaniel Mendler
2023-01-03Update ciDaniel Mendler
2023-01-03Drop support for 24.3Daniel Mendler
- Support would requires a brittle, untested require advice - 24.3 is untested on CI - Packages which use Compat all require Emacs 24.4 or newer
2023-01-03Update CI, separate compile and test runDaniel Mendler
2022-04-10Add Emacs 28.1 to list of tested Emacs versions in GitHub CIPhilip Kaludercic
2022-03-16Disable testing using 24.3 on GitHub ActionsPhilip Kaludercic
The dependency nadvice is not installed, hence the tests automatically fail.
2022-03-12Have GitHub Actions only run tests, not build the manualPhilip Kaludercic
2021-10-15Merge compile and run into one GitHub Action jobPhilip Kaludercic
2021-10-10Add GitHub action file for CIPhilip Kaludercic
On GitHub we can make use of the existing infrastructure for continuous integration, verifying that any contributions via GitHub compile and pass all tests.