mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00: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
|
- uses: actions/setup-node@v6
|
||||||
|
|
||||||
- if: ${{ matrix.os == 'windows-latest' }}
|
- name: Windows build dependencies
|
||||||
|
if: ${{ matrix.os == 'windows-latest' }}
|
||||||
run: |
|
run: |
|
||||||
choco install wget zip
|
choco install wget zip
|
||||||
|
|
||||||
- if: ${{ matrix.os == 'ubuntu-latest' }}
|
- name: Ubuntu tweaks
|
||||||
|
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||||
run: |
|
run: |
|
||||||
# fixes an issue when running npx sandboxing...
|
# fixes an issue when running npx sandboxing...
|
||||||
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
|
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
|
||||||
|
|
||||||
- name: Check build dependencies
|
#- name: Check build dependencies
|
||||||
run: make check
|
# run: make check
|
||||||
|
|
||||||
- name: Pre-Build
|
- name: Pre-Build
|
||||||
run: make clean-all dev
|
run: make clean-all dev
|
||||||
@ -47,6 +49,11 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: make dist
|
run: make dist
|
||||||
|
|
||||||
|
- name: Check build
|
||||||
|
if: always()
|
||||||
|
run: |
|
||||||
|
ls -la ./build
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user