aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2026-03-28Update CI settingsDaniel Mendler
2026-03-28Update CI settingsDaniel Mendler
2026-01-22; yamllint makefile.ymlDaniel Mendler
2026-01-04CI: Enable snapshotDaniel Mendler
2025-02-24CI: Add Emacs 30.1Daniel Mendler
2024-11-03CI: FixDaniel Mendler
2024-11-03CI: Update versionsDaniel Mendler
snapshot is unstable right now
2024-04-01CI: Test 29.3Daniel Mendler
2024-01-19CI: Test Compat on Emacs 29.2Daniel Mendler
2023-09-27Makefile: Add target force-compileDaniel Mendler
Move sed substitution from CI workflow.
2023-09-08CI: Update actions/checkoutDaniel Mendler
2023-07-30CI workflow: Add Emacs 29.1Daniel Mendler
2023-05-05makefile.yml: Test once per week to check against changes in Emacs masterDaniel Mendler
2023-02-11Additional workflow checksDaniel Mendler
2023-02-08compat-29: Preload seqDaniel Mendler
2023-02-01CI: Do not ignore texiDaniel Mendler
We test in CI if the manuals builds.
2023-01-24Ensure that Compat works both interpreted and compiledDaniel Mendler
See https://github.com/magit/magit/issues/4858
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.