Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,19 @@ jobs:
fail-fast: false
matrix:
include:
- image: ubuntu-latest
- image: blacksmith-4vcpu-ubuntu-2404
target: x64
- image: ubuntu-24.04-arm
- image: blacksmith-4vcpu-ubuntu-2404-arm
target: arm64
- image: macos-latest
- image: blacksmith-6vcpu-macos-latest
target: arm64
- image: windows-latest
- image: blacksmith-4vcpu-windows-2025
target: x64
- image: windows-11-arm
target: arm64
runs-on: ${{ matrix.image }}
steps:
- uses: Pistonight/mono-dev/actions/setup@main
with:
submodules: true
mono-dev: false
rust: stable
rust-native: ${{ matrix.target }}
- uses: Pistonight/mono-dev/actions/rust-xplat@main
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@ jobs:
steps:
- uses: Pistonight/mono-dev/actions/setup@main
with:
runner: blacksmith
submodules: true
mono-dev: false
ecma-pnpm: true
ecma-bun: true
rust: stable
rust-wasm: true
tool-cargo-binstall: workex=Pistonite/workex
- run: task install-ci
- run: pnpm install
- run: task post-install
- run: task build
- uses: actions/upload-pages-artifact@v3
- uses: actions/upload-pages-artifact@v5
with:
path: packages/app/dist
retention-days: 3
Expand All @@ -38,4 +37,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v5
34 changes: 4 additions & 30 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,18 @@ on:
- main

jobs:
check:
check-pr:
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: Pistonight/mono-dev/actions/setup@main
with:
runner: blacksmith
submodules: true
mono-dev: false
ecma-pnpm: true
ecma-bun: true
rust: stable
rust-wasm: true
tool-cargo-binstall: workex=Pistonite/workex
- run: task install-ci
- run: pnpm install
- run: task post-install
- run: task check
test:
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: Pistonight/mono-dev/actions/setup@main
with:
runner: blacksmith
submodules: true
ecma-pnpm: true
ecma-bun: true
rust: stable
tool-cargo-binstall: workex=Pistonite/workex
- run: task install-ci
- run: task test
build-app:
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: Pistonight/mono-dev/actions/setup@main
with:
runner: blacksmith
submodules: true
ecma-pnpm: true
ecma-bun: true
rust: stable
rust-wasm: true
tool-cargo-binstall: workex=Pistonite/workex
- run: task install-ci
- run: task build-dev
12 changes: 0 additions & 12 deletions .gitmodules

This file was deleted.

Loading
Loading