ci: compile for macOS and Windows

This commit is contained in:
iff 2024-11-18 15:29:45 +01:00
parent 409b8245e6
commit 508e61a451
3 changed files with 78 additions and 29 deletions

View file

@ -19,14 +19,14 @@ Please follow the instruction for your shell:
<summary>Bash / Zsh / Fish</summary>
> Manual aliasing:
> ``` shell
> ```shell
> alias f="$(pay-respects bash)"
> alias f="$(pay-respects zsh)"
> alias f="$(pay-respects fish)"
> ```
> Auto aliasing (optional custom alias can be added after `--alias argument`):
> ``` shell
> ```shell
> eval "$(pay-respects bash --alias)"
> eval "$(pay-respects zsh --alias)"
> pay-respects fish --alias | source
@ -61,6 +61,8 @@ Install from your package manager if available:
[![Packaging status](https://repology.org/badge/vertical-allrepos/pay-respects.svg)](https://repology.org/project/pay-respects/versions)
Compiled binaries can be found at [GitHub releases](https://github.com/iffse/pay-respects/releases).
<details>
<summary>Generic x86 Desktop Linux</summary>