feat: add a new icon - skamacs #5
Workflow file for this run
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 dragon | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- "icons/dragon.icns" | |
- ".github/workflows/icon-dragon.yml" | |
pull_request: | |
paths: | |
- "icons/dragon.icns" | |
- ".github/workflows/icon-dragon.yml" | |
jobs: | |
build: | |
runs-on: macos-11 | |
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 dragon icon | |
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-dragon-icon | |
- name: Test installation | |
run: $(brew --prefix)/bin/emacs --batch --eval='(print (+ 2 2))' |