Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Breeze
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
Breeze
Commits
9c171842
Unverified
Commit
9c171842
authored
7 years ago
by
Jeremy Bokobza
Committed by
GitHub
7 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #387 from stratisproject/submodule-update
updated StratisBitcoinFullNode submodule
parents
2e3d6c03
705f3ab4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
.travis.yml
.travis.yml
+1
-6
StratisBitcoinFullNode
StratisBitcoinFullNode
+1
-1
appveyor.yml
appveyor.yml
+2
-0
No files found.
.travis.yml
View file @
9c171842
language
:
csharp
mono
:
none
dotnet
:
2.1.301
matrix
:
include
:
-
os
:
linux
# Ubuntu 14.04
dist
:
trusty
sudo
:
required
dotnet
:
2.0.0
-
os
:
osx
# OSX 10.12
osx_image
:
xcode9
before_install
:
-
brew update
-
curl https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh
-
chmod +x dotnet-install.sh
-
./dotnet-install.sh --channel 2.0
-
export PATH=$PATH:~/.dotnet/
-
ulimit -n 1024
-
os_platform=darwin
...
...
This diff is collapsed.
Click to expand it.
StratisBitcoinFullNode
@
1bca26da
Subproject commit
323562d4a04df281180bd5e9ad4f5c6248fec2e2
Subproject commit
1bca26da0dbfa0f378a8654e7346a9a4f5b859d6
This diff is collapsed.
Click to expand it.
appveyor.yml
View file @
9c171842
...
...
@@ -41,6 +41,8 @@ cache:
init
:
-
ps
:
|
choco install dotnetcore-sdk --no-progress --confirm --version 2.1.301
dotnet --info
$env:log_prefix = "[$env:win_runtime][$env:configuration]"
if ($env:APPVEYOR_REPO_TAG -eq "false") { $env:APPVEYOR_REPO_TAG_NAME = "cd-unstable" }
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment