Skip to content

Commit

Permalink
squash! squash! squash! Break out library into separate repo. Compone…
Browse files Browse the repository at this point in the history
…nt follows.

checkpoint
  • Loading branch information
John-LittleBearLabs committed Dec 11, 2024
1 parent 0e59cd1 commit 1774a67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sudo apt install doxygen

echo Configure
mkdir -p build

set +x
if cmake \
-G Ninja \
-S ipfs_chromium \
Expand All @@ -22,5 +22,7 @@ then
ls -lrth build/doc/html
mv -v ipfs_chromium/.git .
else
find build/ -iname '*.cmake'
find ./ -iname '*proto*'
find build/ -iname '*proto*'
fi

0 comments on commit 1774a67

Please sign in to comment.