ide/.core/build.yaml
Snider e85aa98a4d
Some checks failed
Test / test (push) Failing after 40s
Security Scan / security (push) Failing after 11m47s
chore: replace root Taskfile with .core/build.yaml
Root Taskfile removed — `core build` auto-detects Wails projects.
Platform Taskfiles in build/ retained (used by wails3 internally).

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 14:46:02 +00:00

26 lines
352 B
YAML

# Core IDE build configuration
# Used by: core build
version: 1
project:
name: core-ide
description: Core IDE - Development Environment
binary: core-ide
build:
type: wails
cgo: true
flags:
- -trimpath
ldflags:
- -s
- -w
targets:
- os: darwin
arch: arm64
- os: linux
arch: amd64
- os: windows
arch: amd64