Unverified Commit 9c171842 authored by Jeremy Bokobza's avatar Jeremy Bokobza Committed by GitHub

Merge pull request #387 from stratisproject/submodule-update

updated StratisBitcoinFullNode submodule
parents 2e3d6c03 705f3ab4
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
......
Subproject commit 323562d4a04df281180bd5e9ad4f5c6248fec2e2
Subproject commit 1bca26da0dbfa0f378a8654e7346a9a4f5b859d6
......@@ -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" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment