mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 09:50:09 +00:00
testing...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
96d544e314
commit
24a7c2ecf8
15
.github/workflows/viewer-build.yml
vendored
15
.github/workflows/viewer-build.yml
vendored
@ -29,17 +29,19 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v6
|
||||
|
||||
- if: ${{ matrix.os == 'windows-latest' }}
|
||||
- name: Windows build dependencies
|
||||
if: ${{ matrix.os == 'windows-latest' }}
|
||||
run: |
|
||||
choco install wget zip
|
||||
|
||||
- if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
- name: Ubuntu tweaks
|
||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
run: |
|
||||
# fixes an issue when running npx sandboxing...
|
||||
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
|
||||
|
||||
- name: Check build dependencies
|
||||
run: make check
|
||||
#- name: Check build dependencies
|
||||
# run: make check
|
||||
|
||||
- name: Pre-Build
|
||||
run: make clean-all dev
|
||||
@ -47,6 +49,11 @@ jobs:
|
||||
- name: Build
|
||||
run: make dist
|
||||
|
||||
- name: Check build
|
||||
if: always()
|
||||
run: |
|
||||
ls -la ./build
|
||||
|
||||
- name: Release
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user