mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
11 lines
235 B
TOML
11 lines
235 B
TOML
[build]
|
|
command = """\
|
|
if cd doxygen-awesome-css; then \
|
|
git pull && cd ..; \
|
|
else \
|
|
git clone --depth=1 https://github.com/jothepro/doxygen-awesome-css.git;
|
|
fi && \
|
|
doxygen .doxygen.conf \
|
|
"""
|
|
publish = "_docs/html"
|