diff options
| author | Radon Rosborough <radon.neon@gmail.com> | 2019-11-16 21:59:32 -0800 |
|---|---|---|
| committer | Radon Rosborough <radon.neon@gmail.com> | 2019-11-16 22:01:04 -0800 |
| commit | 68d875533379cbc1ac46b2adcf96d6722de6968a (patch) | |
| tree | abb842ae57a05caa0c0627cdb8230874001ef7dd /README.md | |
| parent | d56b8afcd3fd961c0950e91ac959f1b996991cce (diff) | |
Migrate from Semaphore CI to CircleCI
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 21 |
1 files changed, 5 insertions, 16 deletions
@@ -100,22 +100,11 @@ The following user options are also available: ## Contributing -Development of Apheleia happens using the provided Makefile: - - % make help - usage: - make all Build project and run all linters - make compile Check for byte-compiler errors - make checkdoc Check for missing or poorly formatted docstrings - make longlines Check for lines longer than 79 characters - make clean Remove build artifacts - make docker Start a Docker shell; e.g. make docker VERSION=25.3 - make help Show this message - -All commits are automatically tested using `make all` (== `make`) for -all supported Emacs versions on the excellent [Semaphore -CI](https://semaphoreci.com/) platform. Please make sure you can -successfully run `make` before submitting a pull request. +Development of Apheleia happens using the provided Makefile. Run `make +help` for documentation. All commits are automatically tested using +`make lint` for all supported Emacs versions on the excellent +[CircleCI](https://circleci.com/) platform. Please make sure you can +successfully run `make lint` before submitting a pull request. If the CI fails, it may be that your change is not compatible with one of the Emacs versions supported by Apheleia. Suppose that the failure |
