working on build workflow

This commit is contained in:
Alex A. Naanou 2025-10-16 12:23:08 +03:00 committed by GitHub
parent a17fe070b7
commit e49327e1b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,34 @@
name: Viewer build linux
on:
# push:
# branches: [ "master" ]
# pull_request:
# branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: ./Viewer
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt install -y \
nodejs npm \
wget zip
- name: Pre build
run: make dev
- name: Build
run: make dist
- name: Test
run: ls ./dist/