Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4504649
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.build.cache]
path
=
"src"
target
=
[
"build/ant"
]
[tasks.reconfigure]
path
=
"build"
script
=
"meson setup --reconfigure"
[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.amber]
script
=
"amber build .github/install/install.ab install.sh"
[tasks.setup]
script
=
[
'meson subprojects download'
,
'meson setup build --wipe'
]
[tasks.no_jit]
script
=
[
'meson subprojects download'
,
'meson setup build --wipe -Djit=false'
]
[tasks.asan]
script
=
[
'meson subprojects download'
,
'meson setup build --wipe -Db_sanitize=address -Doptimization=0 -Db_lto=false -Dstrip=false -Db_lundef=false'
]
[tasks.debug]
script
=
[
'meson subprojects download'
,
'meson setup build --wipe --buildtype=debug -Doptimization=0 -Db_lto=false -Dstrip=false -Db_lundef=false -Dunity=off'
]
[tasks.install]
script
=
[
"maid build -q"
,
'''
bash -c 'if which ant >/dev/null 2>&1; then
dir=$(dirname "$(which ant)")
cp ./build/ant "$dir/ant"
ln -sf "$dir/ant" "$dir/antx"
else
mkdir -p ~/.ant/bin
cp ./build/ant ~/.ant/bin/
ln -sf ~/.ant/bin/ant ~/.ant/bin/antx
fi'
'''
]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 3, 9:56 AM (4 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
520630
Default Alt Text
maidfile.toml (1 KB)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment