https://github.com/alan-ghelardi/docker-emacs-cask
Docker image containing Emacs (nox) and Cask for continuous integration processes
https://github.com/alan-ghelardi/docker-emacs-cask
cask docker emacs
Last synced: about 2 months ago
JSON representation
Docker image containing Emacs (nox) and Cask for continuous integration processes
- Host: GitHub
- URL: https://github.com/alan-ghelardi/docker-emacs-cask
- Owner: alan-ghelardi
- License: other
- Created: 2018-11-18T18:41:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T22:07:37.000Z (over 7 years ago)
- Last Synced: 2025-03-15T15:29:05.008Z (over 1 year ago)
- Topics: cask, docker, emacs
- Language: Dockerfile
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-emacs-cask
Docker image containing Emacs (nox) and Cask for continuous integration
processes
[Emacs][emacs] is an extensible, customizable, free/libre text editor developed
and maintained within the [GNU][gnu] project. [Cask][cask] is a project
management tool for Emacs Lisp to automate the package development cycle;
development, dependencies, testing, building, packaging and more.
This Docker image was designed to be used in continuous integration pipelines in
order to test Emacs Lisp projects. In addition to `Emacs` and `Cask`, it has all
tools required by [CircleCI][circleci] to be used as a primary container in a
CircleCI's job. For more details, refer to the topic [Using Custom-Built Docker
Images](https://circleci.com/docs/2.0/custom-images/) in the CircleCI's
documentation.
Also, it comes with [OpenJDK][openjdk] 8 and [Leiningen][leiningen] 2.8.1 to be
used in integration tests of `Clojure` tools related to [Cider][cider].
## License
Copyright 2019 Alan Ghelardi
Distributed under the GNU General Public License, version 3
[cask]: https://cask.readthedocs.io/en/latest/
[cider]: https://github.com/clojure-emacs/cider
[circleci]: https://circleci.com/docs/2.0/
[emacs]: https://www.gnu.org/software/emacs/
[gnu]: https://www.gnu.org/
[leiningen]: https://leiningen.org/
[openjdk]: https://openjdk.java.net/