Skip to content

Commit

Permalink
Add submodule Agrona
Browse files Browse the repository at this point in the history
  • Loading branch information
MizukiSonoko committed Oct 18, 2016
1 parent 7e6d958 commit 70069f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@
[submodule "core/vendor/json"]
path = core/vendor/json
url = https://github.com/nlohmann/json.git
[submodule "core/vendor/Agrona"]
path = core/vendor/Agrona
url = https://github.com/real-logic/Agrona.git
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ checkout:
- cd $IROHA_HOME
- git submodule init
- git submodule update
- cd $IROHA_HOME/core/vendor/Agrona; ./gradlew
- cd $IROHA_HOME/core/vendor/Aeron; ./gradlew; ./cppbuild/cppbuild
- cd $IROHA_HOME/core/vendor/leveldb; make
- cd $IROHA_HOME/core/vendor/ed25519; make
Expand Down
1 change: 1 addition & 0 deletions core/vendor/Agrona
Submodule Agrona added at 7106ab

0 comments on commit 70069f6

Please sign in to comment.