mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 14:00:29 +00:00
macos: add build script, update AGENTS.md, skip UI tests
This is an update to address common agentic issues I run into, but the `build.nu` script may be generally helpful to people using the Nix env since `xcodebuild` is broken by default in Nix due to the compiler/linker overrides Nix shell does.
This commit is contained in:
@@ -104,6 +104,8 @@ pub fn init(
|
||||
"test",
|
||||
"-scheme",
|
||||
"Ghostty",
|
||||
"-skip-testing",
|
||||
"GhosttyUITests",
|
||||
});
|
||||
if (xc_arch) |arch| step.addArgs(&.{ "-arch", arch });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user