-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1,073 changed files
with
542 additions
and
33,339 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#!/bin/bash -ex | ||
mkdir build | ||
mkdir ipfs-client-dev | ||
if which ${{ matrix.config.cc }} | ||
then | ||
CC=`which ${{ matrix.config.cc }}` | ||
export CC | ||
fi | ||
if which ${{ matrix.config.cxx }} | ||
then | ||
CXX=`which ${{ matrix.config.cxx }}` | ||
export CXX | ||
fi | ||
if cmake \ | ||
-G "${{ matrix.config.generators }}" \ | ||
-S . \ | ||
-B build \ | ||
-D CMAKE_INSTALL_PREFIX=`pwd`/ipfs-client-dev \ | ||
-D CMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \ | ||
-D USE_DOXYGEN=OFF \ | ||
-D CXX_VERSION=20 | ||
then | ||
echo "Configured." | ||
else | ||
find build/ -iname '*proto*' | ||
fi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
#!/bin/bash -ex | ||
|
||
echo "TODO ${0}" | ||
exit | ||
here="$(dirname "${0}")" | ||
export here | ||
source "${here}/ubuntu-deps.env" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.