Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4499627
maidfile.toml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
704 B
Referenced Files
None
Subscribers
None
maidfile.toml
View Options
[tasks.build]
path
=
"build"
script
=
"meson compile"
[tasks.clean]
path
=
"build"
script
=
"meson clean"
[tasks.run]
script
=
[
"maid build -q"
,
"./build/ant %{arg.1}"
]
[tasks.spec]
script
=
[
"maid build -q"
,
"./build/ant examples/spec/%{arg.1}.js"
]
[tasks.save_spec]
script
=
[
'rm spec.txt'
,
'''
bash -c 'ant examples/spec/run.js \
| sed "s/\x1b\[[0-9;]*[a-zA-Z]//g" > spec.txt'
'''
]
[tasks.setup]
script
=
'''
bash -c 'CC="ccache /opt/homebrew/opt/llvm/bin/clang" \
meson setup build --wipe -Dc_args=-DNO_EXECUTE_PERMISSION'
'''
[tasks.install]
script
=
'''
bash -c 'which ant && cp ./build/ant "$(which ant)" ||
{ mkdir -p ~/.local/bin && cp ./build/ant ~/.local/bin/; }'
'''
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 3, 8:04 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
519576
Default Alt Text
maidfile.toml (704 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment