mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
18 lines
378 B
YAML
18 lines
378 B
YAML
name: build
|
|
|
|
on:
|
|
push:
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
build-linux:
|
|
uses: ./.github/workflows/setup-linux.yaml
|
|
with:
|
|
command: npm run build-linux-project --workspace @project-gauntlet/build
|
|
|
|
build-macos:
|
|
uses: ./.github/workflows/setup-macos.yaml
|
|
with:
|
|
command: npm run build-macos-project --workspace @project-gauntlet/build
|