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