Compare commits
2 Commits
6f532ef4b0
...
33f7775800
Author | SHA1 | Date | |
---|---|---|---|
![]() |
33f7775800 | ||
![]() |
ac412bbffb |
@@ -7,24 +7,27 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- os: windows
|
||||
- os: windows-latest
|
||||
goos: windows
|
||||
arch: amd64
|
||||
ext: .exe
|
||||
- os: linux
|
||||
- os: ubuntu-latest
|
||||
goos: linux
|
||||
arch: amd64
|
||||
ext: ""
|
||||
- os: linux
|
||||
- os: ubuntu-latest
|
||||
goos: linux
|
||||
arch: arm64
|
||||
ext: ""
|
||||
- os: linux
|
||||
- os: ubuntu-latest
|
||||
goos: linux
|
||||
arch: arm
|
||||
arm_version: 6
|
||||
ext: ""
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@@ -39,7 +42,9 @@ jobs:
|
||||
run: npm install
|
||||
|
||||
- name: Install Quasar CLI
|
||||
run: npm install -g @quasar/cli
|
||||
run: |
|
||||
npm cache clean --force
|
||||
npm install -g @quasar/cli --force
|
||||
|
||||
- name: Build Quasar SPA
|
||||
run: quasar build
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lightcontrol",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.2",
|
||||
"description": "A Tecamino App",
|
||||
"productName": "Light Control",
|
||||
"author": "A. Zuercher",
|
||||
|
Reference in New Issue
Block a user