mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 23:53:25 +00:00
31 lines
648 B
YAML
31 lines
648 B
YAML
# Nxtscape Debug Build Configuration
|
|
build:
|
|
type: debug
|
|
architecture: arm64 # Single arch for faster debug builds
|
|
# architectures: [x86_64, arm64] # Uncomment for multi-arch debug
|
|
# universal: false # Uncomment to disable universal for debug
|
|
|
|
gn_flags:
|
|
file: build/config/gn/flags.macos.debug.gn
|
|
|
|
steps:
|
|
clean: false
|
|
git_setup: true
|
|
apply_patches: true
|
|
build: true
|
|
sign: false
|
|
package: true
|
|
|
|
paths:
|
|
root_dir: .
|
|
# chromium_src: ../chromium-src
|
|
|
|
# Environment-specific settings
|
|
env:
|
|
PYTHONPATH: scripts
|
|
|
|
# Notification settings
|
|
notifications:
|
|
slack: false # Set to true to enable Slack notifications for debug builds
|
|
|