mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 09:50:09 +00:00
notes and cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
498796e311
commit
ee57bba4af
16
.github/workflows/viewer-build.yml
vendored
16
.github/workflows/viewer-build.yml
vendored
@ -4,9 +4,9 @@ name: Viewer build
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
push:
|
#push:
|
||||||
branches: [ "master" ]
|
# branches: [ "master" ]
|
||||||
tags: v**
|
# tags: v**
|
||||||
|
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
@ -18,9 +18,12 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
# XXX the mac build is broken for now -- running blind as I do
|
||||||
|
# not have a mac to test on, but I will at least fix the
|
||||||
|
# build...
|
||||||
#os: [ ubuntu-latest, windows-latest, macos-latest ]
|
#os: [ ubuntu-latest, windows-latest, macos-latest ]
|
||||||
#os: [ ubuntu-latest, windows-latest ]
|
os: [ ubuntu-latest, windows-latest ]
|
||||||
os: [ macos-latest ]
|
#os: [ macos-latest ]
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
@ -48,9 +51,8 @@ jobs:
|
|||||||
- name: MacOS-specific
|
- name: MacOS-specific
|
||||||
if: ${{ matrix.os == 'macos-latest' }}
|
if: ${{ matrix.os == 'macos-latest' }}
|
||||||
run: |
|
run: |
|
||||||
brew install make gnu-sed zip
|
brew install gnu-sed zip
|
||||||
|
|
||||||
echo PATH="$HOMEBREW_PREFIX/opt/make/libexec/gnubin:$PATH" >> $GITHUB_ENV
|
|
||||||
echo PATH="$HOMEBREW_PREFIX/opt/zip/bin:$PATH" >> $GITHUB_ENV
|
echo PATH="$HOMEBREW_PREFIX/opt/zip/bin:$PATH" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user