Skip to content

Commit

Permalink
Doxygen CI: Download Tag Files
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Jan 12, 2023
1 parent 933ec7b commit 5128549
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/source/doxygen
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
#!/usr/bin/env bash
#
# Copyright 2020 Axel Huebl
# Copyright 2020-2023 The WarpX Community
#
# License: BSD-3-Clause-LBNL

# search recursive inside a folder if a file contains tabs
#
# @result 0 if no files are found, else 1
#
# Authors: Axel Huebl

set -eu -o pipefail

cd Docs

curl -L -o amrex-doxygen-web.tag.xml \
https://amrex-codes.github.io/amrex/docs_xml/doxygen/amrex-doxygen-web.tag.xml

curl -L -o openpmd-api-doxygen-web.tag.xml \
https://openpmd-api.readthedocs.io/en/latest/_static/doxyhtml/openpmd-api-doxygen-web.tag.xml

# treat all warnings as errors
echo "WARN_AS_ERROR = YES" >> Doxyfile

Expand Down

0 comments on commit 5128549

Please sign in to comment.