mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-25 14:10:55 +03:00
add test workflow
This commit is contained in:
26
.github/workflows/tmp.yml
vendored
Normal file
26
.github/workflows/tmp.yml
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
name: Test Icon script
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
macos-release-build:
|
||||
runs-on: macos-15-intel
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: install dependencies
|
||||
run: brew install gtk4 libadwaita imagemagick librsvg
|
||||
- name: Make icns
|
||||
run: scripts/makeicns.sh
|
||||
|
||||
macos-aarch64-release-build:
|
||||
runs-on: macos-14
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: install dependencies
|
||||
run: brew install gtk4 libadwaita imagemagick librsvg
|
||||
- name: Make icns
|
||||
run: scripts/makeicns.sh
|
||||
Reference in New Issue
Block a user