Skip to content

Add AMD GPU Support #2355

Add AMD GPU Support

Add AMD GPU Support #2355

Workflow file for this run

name: Build - All Platforms
on:
pull_request:
branches: [main]
paths-ignore:
- '.github/**'
- '.prettierrc'
- '.eslintrc.json'
- '.prettierignore'
- 'README.md'
- '.husky/**'
- '.vscode/**'
- 'scripts/**'
- '.gitignore'
- 'todesktop.json'
- '.github/ISSUE_TEMPLATE/**'
- '.cursor/**'
- '.claude/**'
- 'CLAUDE.md'
- '*_example'
- 'tests/unit/**'
push:
branches: [main]
paths-ignore:
- '.github/**'
- '.prettierrc'
- '.eslintrc.json'
- '.prettierignore'
- 'README.md'
- '.husky/**'
- '.vscode/**'
- 'scripts/**'
- '.gitignore'
- 'todesktop.json'
- '.github/ISSUE_TEMPLATE/**'
- '.cursor/**'
- '.claude/**'
- 'CLAUDE.md'
- '*_example'
- 'tests/unit/**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build-and-test-e2e-windows:
secrets: inherit
uses: ./.github/workflows/integration_test_windows.yml
build-apple-debug-all:
secrets: inherit
uses: ./.github/workflows/debug_macos.yml