Skip to content

Commit c5e830d

Browse files
committedJul 21, 2018
feat: initial POC
1 parent 9533897 commit c5e830d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+23595
-2
lines changed
 

‎.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- run: dotnet test -c Release --no-restore --framework netcoreapp2.0 ./PeerTalk/test/PeerTalkTests.csproj --filter TestCategory!=IPv6
1919
- run: dotnet build -c Release --no-restore --framework netstandard2 ./src
2020
- run: dotnet test -c Release --no-restore --framework netcoreapp2.0 ./test --filter TestCategory!=IPv6
21+
- run: dotnet build -c Release --no-restore --framework netcoreapp2.0 ./IpfsServer
2122

2223
# Circle CI does not completely support IPv6
2324
# see https://discuss.circleci.com/t/ipv6-support/13571

‎.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ bld/
2323
[Oo]bj/
2424

2525
# docfx
26-
api/
2726
doc/api/
2827

2928
# Visual Studo 2015 cache/options directory

0 commit comments

Comments
 (0)
Please sign in to comment.