mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
update workflows
This commit is contained in:
parent
be452bc59e
commit
59383bb9c0
3 changed files with 12 additions and 34 deletions
8
.github/workflows/pre-release.yml
vendored
8
.github/workflows/pre-release.yml
vendored
|
|
@ -84,7 +84,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: install dependencies
|
||||
run: brew install gtk4 libadwaita imagemagick librsvg
|
||||
run: |
|
||||
brew install --cask inkscape
|
||||
brew install gtk4 libadwaita imagemagick librsvg
|
||||
- name: Release Build
|
||||
run: |
|
||||
cargo build --release
|
||||
|
|
@ -112,7 +114,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: install dependencies
|
||||
run: brew install gtk4 libadwaita imagemagick librsvg
|
||||
run: |
|
||||
brew install --cask inkscape
|
||||
brew install gtk4 libadwaita imagemagick librsvg
|
||||
- name: Release Build
|
||||
run: |
|
||||
cargo build --release
|
||||
|
|
|
|||
8
.github/workflows/tagged-release.yml
vendored
8
.github/workflows/tagged-release.yml
vendored
|
|
@ -80,7 +80,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: install dependencies
|
||||
run: brew install gtk4 libadwaita imagemagick librsvg
|
||||
run: |
|
||||
brew install --cask inkscape
|
||||
brew install gtk4 libadwaita imagemagick librsvg
|
||||
- name: Release Build
|
||||
run: |
|
||||
cargo build --release
|
||||
|
|
@ -108,7 +110,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: install dependencies
|
||||
run: brew install gtk4 libadwaita imagemagick librsvg
|
||||
run: |
|
||||
brew install --cask inkscape
|
||||
brew install gtk4 libadwaita imagemagick librsvg
|
||||
- name: Release Build
|
||||
run: |
|
||||
cargo build --release
|
||||
|
|
|
|||
30
.github/workflows/tmp.yml
vendored
30
.github/workflows/tmp.yml
vendored
|
|
@ -1,30 +0,0 @@
|
|||
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 --cask inkscape
|
||||
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 --cask inkscape
|
||||
brew install gtk4 libadwaita imagemagick librsvg
|
||||
- name: Make icns
|
||||
run: scripts/makeicns.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue