mirror of
https://github.com/ivabus/gui
synced 2025-04-24 06:27:09 +03:00
tea setup
This commit is contained in:
parent
035e143ff5
commit
f5f8297891
1 changed files with 11 additions and 15 deletions
26
.github/workflows/ci.yml
vendored
26
.github/workflows/ci.yml
vendored
|
@ -114,6 +114,7 @@ jobs:
|
||||||
# name: linux+aarch64
|
# name: linux+aarch64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- uses: teaxyz/setup@v0
|
||||||
|
|
||||||
- name: cache gui build
|
- name: cache gui build
|
||||||
# TODO: cache issue in our self-hosted macos runner ESPIPE: invalid seek, read
|
# TODO: cache issue in our self-hosted macos runner ESPIPE: invalid seek, read
|
||||||
|
@ -125,22 +126,17 @@ jobs:
|
||||||
key: ${{matrix.platform.name}}-pnpm-cargo
|
key: ${{matrix.platform.name}}-pnpm-cargo
|
||||||
path: |
|
path: |
|
||||||
./pnpm
|
./pnpm
|
||||||
- name: build for MacOS
|
- name: build
|
||||||
if: startsWith(matrix.platform.name, 'darwin')
|
# if: startsWith(matrix.platform.name, 'darwin')
|
||||||
# FROM: https://tauri.app/v1/guides/distribution/sign-macos
|
# # FROM: https://tauri.app/v1/guides/distribution/sign-macos
|
||||||
env:
|
# env:
|
||||||
CARGO_TARGET_DIR: ${{ github.workspace }}/target
|
# CARGO_TARGET_DIR: ${{ github.workspace }}/target
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
ENABLE_CODE_SIGNING: ${{ secrets.GUI_APPLE_CERTIFICATE }}
|
# ENABLE_CODE_SIGNING: ${{ secrets.GUI_APPLE_CERTIFICATE }}
|
||||||
APPLE_CERTIFICATE: ${{ secrets.GUI_APPLE_CERTIFICATE }}
|
# APPLE_CERTIFICATE: ${{ secrets.GUI_APPLE_CERTIFICATE }}
|
||||||
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.GUI_APPLE_CERTIFICATE_PASSWORD }}
|
# APPLE_CERTIFICATE_PASSWORD: ${{ secrets.GUI_APPLE_CERTIFICATE_PASSWORD }}
|
||||||
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
|
# APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
|
||||||
run: tea -ES xc build
|
run: tea -ES xc build
|
||||||
|
|
||||||
- name: build for Linux
|
|
||||||
if: startsWith(matrix.platform.name, 'linux')
|
|
||||||
# TODO: https://tauri.app/v1/guides/distribution/sign-linux
|
|
||||||
uses: ./devops/linux-builder
|
|
||||||
build_tauri:
|
build_tauri:
|
||||||
needs: changes
|
needs: changes
|
||||||
if: false
|
if: false
|
||||||
|
|
Loading…
Reference in a new issue