Skip to content

Commit

Permalink
squash! Break out library into separate repo. Component follows.
Browse files Browse the repository at this point in the history
checkpoint
  • Loading branch information
John-LittleBearLabs committed Dec 10, 2024
1 parent 6507bf5 commit 344f71a
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ echo Configure
-B build \
-D USE_DOXYGEN=TRUE \
-D CMAKE_BUILD_TYPE=Debug
cmake --build build --config Debug --target doc
find ./ -iname index.html
ls -lrth build/
ls -lrth build/doc/
ls -lrth build/doc/html
mv -v ipfs_chromium/.git .
if cmake --build build --config Debug --target doc
then
find ./ -iname index.html
ls -lrth build/
ls -lrth build/doc/
ls -lrth build/doc/html
mv -v ipfs_chromium/.git .
else
find build/ -iname '*proto*'
fi

0 comments on commit 344f71a

Please sign in to comment.