Add c9rgreen-sonoma icon #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is automatically generated by iconset script. | |
# | |
# DO NOT MODIFY it manually. | |
name: Icon c9rgreen-sonoma | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- "icons/c9rgreen-sonoma.icns" | |
- ".github/workflows/icon-c9rgreen-sonoma.yml" | |
pull_request: | |
paths: | |
- "icons/c9rgreen-sonoma.icns" | |
- ".github/workflows/icon-c9rgreen-sonoma.yml" | |
jobs: | |
build: | |
runs-on: macos-12 | |
env: | |
HOMEBREW_GITHUB_REF: ${{ github.head_ref || github.ref }} | |
HOMEBREW_GITHUB_REPOSITORY: ${{ github.repository }} | |
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }} | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Build emacs-plus with c9rgreen-sonoma icon | |
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-c9rgreen-sonoma-icon | |
- name: Test installation | |
run: $(brew --prefix)/bin/emacs --batch --eval='(print (+ 2 2))' |