Skip to content

Commit

Permalink
ut does not need doxy
Browse files Browse the repository at this point in the history
  • Loading branch information
John-LittleBearLabs committed Oct 30, 2024
1 parent 2971cda commit 7bda13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ echo Install dependencies
sudo apt-get install --yes \
cmake \
ninja-build \
doxygen \
graphviz \
valgrind \
pipx
Expand Down Expand Up @@ -41,6 +40,7 @@ echo Configure
-G Ninja \
-S ipfs_chromium \
-B build \
-D USE_DOXYGEN=FALSE \
-D CMAKE_BUILD_TYPE=Debug

echo Run Tests
Expand Down

0 comments on commit 7bda13f

Please sign in to comment.