|
|
@ -15,6 +15,7 @@ jobs:
|
|
|
|
strategy:
|
|
|
|
strategy:
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
|
|
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
|
|
|
|
|
|
|
fail-fast: false
|
|
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
- uses: actions/checkout@v2
|
|
|
@ -42,10 +43,11 @@ jobs:
|
|
|
|
- name: Install Angular CLI
|
|
|
|
- name: Install Angular CLI
|
|
|
|
run: npm install -g @angular/cli
|
|
|
|
run: npm install -g @angular/cli
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install yarn
|
|
|
|
|
|
|
|
run: npm install -g yarn
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install dependencies
|
|
|
|
- name: Install dependencies
|
|
|
|
uses: borales/actions-yarn@v2.3.0
|
|
|
|
run: yarn install
|
|
|
|
with:
|
|
|
|
|
|
|
|
cmd: build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Build project
|
|
|
|
- name: Build project
|
|
|
|
run: cargo tauri build --debug
|
|
|
|
run: cargo tauri build --debug
|
|
|
|