add a codex app environment

This commit is contained in:
Brian Yu
2026-02-04 22:35:21 -08:00
parent 4210fb9e6c
commit a8663396b9

View File

@@ -0,0 +1,23 @@
# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY
version = 1
name = "codex-cli"
[setup]
script = '''
cd codex-rs
rustup component add rustfmt
rustup component add clippy
# Install helper tools used by the workspace justfile:
cargo install just
# Optional: install nextest for the `just test` helper
cargo install cargo-nextest
# Build Codex.
cargo build
'''
[[actions]]
name = ""
icon = "tool"
command = ""