Skip to content

How to update README.org and check if building of jar and cljs works? #52

@schoettl

Description

@schoettl

After changes and before pushing to GitHub, we usually want to:

  • check if the cljs build still works (lein cljsbuild once main)
  • check if the jar build still works (lein uberjar)
  • update the samples in the README, starting here
  • update package version number (maybe something with org mode macros?)

The README.org already have build instructions and code for samples embedded in babel blocks.

Can we call emacs with org-mode babel to run all source blocks and fail if a shell source block has non-zero exit status?

We could have a Makefile with

update-readme:
    emacs --batch … README.org

Alternatively we could add build rules in the Makefile but that would actually be redundant to the README.org.

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions