Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Mac OS GitHub workflow | Lukas Fleischer | 2023-04-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | Prior to this change, CI was failing with the following error: ==> Installing asciidoc dependency: python@3.11 ==> Pouring python@3.11--3.11.3.monterey.bottle.tar.gz Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /usr/local Could not symlink bin/2to3 Target /usr/local/bin/2to3 already exists. You may want to remove it: rm '/usr/local/bin/2to3' To force the link and overwrite all conflicting files: brew link --overwrite python@3.11 To list all files that would be deleted: brew link --overwrite --dry-run python@3.11 Explicitly link with overwrite. Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org> | ||||
* | Use AX_WITH_CURSES for curses library discovery | Marco Sirabella | 2021-11-07 | 1 | -1/+2 |
| | | | | | | | | | | | | Properly discovers libtinfow for customized systems (e.g., Gentoo) while offloading search handling to autoconf builtins. Additionally adds autoconf-archive as a buildtime dependency. Fixes #250. Signed-off-by: Marco Sirabella <marco@sirabella.org> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org> | ||||
* | Replace Travis CI with GitHub Actions configuration | Lukas Fleischer | 2021-04-03 | 1 | -0/+49 |
Replace the Travis CI configuration with an equivalent GitHub Actions workflow. Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org> |