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
9d7aa2d3
Commit
9d7aa2d3
authored
Oct 16, 2017
by
Pieterjan Vanhoof
Committed by
GitHub
Oct 16, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #284 from bokobza/master
updated travis build file to work around the brew bug
parents
78b80792
1b69a78c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
.travis.yml
.travis.yml
+9
-2
build.sh
build.sh
+0
-1
No files found.
.travis.yml
View file @
9d7aa2d3
language
:
csharp
mono
:
none
dotnet
:
2.0.0
matrix
:
include
:
-
os
:
linux
# Ubuntu 14.04
dist
:
trusty
sudo
:
required
dotnet
:
2.0.0
env
:
os_identifier=ubuntu.14.04
-
os
:
osx
# OSX 10.12
osx_image
:
xcode
8.1
osx_image
:
xcode
9
env
:
os_identifier=osx.10.12
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/
# branches to build
branches
:
...
...
build.sh
View file @
9d7aa2d3
...
...
@@ -46,7 +46,6 @@ echo $log_prefix FINISHED restoring dotnet and npm packages
# dotnet build
echo
$log_prefix
running
'dotnet build'
cd
$TRAVIS_BUILD_DIR
/StratisBitcoinFullNode/Stratis.BreezeD
dotnet restore
-v
m
dotnet build
-c
$configuration
-r
$os_identifier
-
$arch
-v
m
echo
$log_prefix
running
'dotnet publish'
...
...
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