mirror of
https://github.com/openai/codex.git
synced 2026-09-15 12:08:01 +00:00
add a codex app environment
This commit is contained in:
23
.codex/environments/environment.toml
Normal file
23
.codex/environments/environment.toml
Normal 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 = ""
|
||||
Reference in New Issue
Block a user