Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4501056
maidfile.toml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
maidfile.toml
View Options
[tasks.build]
path
=
"build"
script
=
"meson compile"
[tasks.strip]
path
=
"build"
script
=
"strip ant"
[tasks.download]
script
=
[
".github/download.sh"
,
"open .github/artifacts"
]
[tasks.run]
script
=
[
"maid build -q"
,
"./build/ant %{arg.1}"
]
[tasks.spec]
script
=
[
"maid build -q"
,
"./build/ant examples/spec/%{arg.1}.js"
]
[tasks.amber]
script
=
"amber build .github/install/install.ab install.sh"
[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
=
[
'meson subprojects download'
,
'''
bash -c 'CC="ccache $(which clang)" \
meson setup build --wipe'
'''
]
[tasks.asan]
script
=
[
'meson subprojects download'
,
'''
bash -c 'CC="ccache $(which clang)" \
meson setup build --wipe -Db_sanitize=address -Doptimization=0 -Db_lto=false -Dstrip=false -Db_lundef=false'
'''
]
[tasks.install]
script
=
[
"maid build -q"
,
"maid strip"
,
'''
bash -c 'which ant && cp ./build/ant "$(which ant)" ||
{ mkdir -p ~/.local/bin && cp ./build/ant ~/.local/bin/; }'
'''
]
[tasks.debug]
script
=
[
'meson subprojects download'
,
'''
bash -c 'CC="ccache $(which clang)" \
meson setup build --wipe --buildtype=debug -Doptimization=0 -Db_lto=false -Dstrip=false -Db_lundef=false -Dunity=off'
'''
]
[tasks.embed_example]
script
=
[
'''
bash -c 'CC="ccache $(which clang)" \
meson setup build -Dbuild_examples=true 2>/dev/null || true'
'''
,
"meson compile -C build"
,
"./build/embed_example"
]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 3, 8:36 AM (36 m, 14 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
519978
Default Alt Text
maidfile.toml (1 KB)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment