abrochard / magit-circleci

Emacs Magit extension for CircleCI
GNU General Public License v3.0
34 stars 4 forks source link
circleci emacs magit

MELPA

magit-circleci

Magit extension for CircleCI. See the latest builds from the Magit status buffer.

alt text

Setup

Get your token (https://circleci.com/docs/api/#add-an-api-token) and shove it as

(setq magit-circleci-token "XXXXXXXX")

or set it as environment variable CIRCLECI_TOKEN.

Usage

M-x magit-circleci-mode : to activate
C-c C-o OR RET : to visit the build at point
" : in magit status to open the CircleCI Menu
" f : to pull latest builds for the current repo

Customization

Notice

TODO