Skip to content

Commit

Permalink
Add savchenkovaleriy-big-sur-curvy-3d-icon (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
SavchenkoValeriy committed Mar 31, 2024
1 parent 12124a7 commit e683de1
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 58 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/icon-savchenkovaleriy-big-sur-curvy-3d.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# This file is automatically generated by iconset script.
#
# DO NOT MODIFY it manually.

name: Icon savchenkovaleriy-big-sur-curvy-3d

on:
push:
branches:
- master
paths:
- "icons/savchenkovaleriy-big-sur-curvy-3d.icns"
- ".github/workflows/icon-savchenkovaleriy-big-sur-curvy-3d.yml"
pull_request:
paths:
- "icons/savchenkovaleriy-big-sur-curvy-3d.icns"
- ".github/workflows/icon-savchenkovaleriy-big-sur-curvy-3d.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 savchenkovaleriy-big-sur-curvy-3d icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-savchenkovaleriy-big-sur-curvy-3d-icon

- name: Test installation
run: $(brew --prefix)/bin/emacs --batch --eval='(print (+ 2 2))'
1 change: 1 addition & 0 deletions Library/Icons.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@
"skamacs" => "cca424a6e8328b1bc70047fbba284724aa0dc274ceefabacd08d75732867a71d",
"spacemacs" => "ff2bdfe9d7bec826fb8f3bb9c2b2237ba838a8cb5afc6a15be1db4ace89d8d4b",
"savchenkovaleriy-big-sur-3d" => "10d05320cc13dfdb4ff0c78e25d92d4fcb475d931ae762d49e7f0894be6c309f",
"savchenkovaleriy-big-sur-curvy-3d" => "d69852471cc711b2bcbe3ecc77262360e2a985bdc91f459eb38639c8838befee",
}.freeze

0 comments on commit e683de1

Please sign in to comment.