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
1b69a78c
Commit
1b69a78c
authored
Oct 16, 2017
by
Jeremy Bokobza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated travis build file to work around the brew bug
parent
78b80792
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 @
1b69a78c
language
:
csharp
language
:
csharp
mono
:
none
mono
:
none
dotnet
:
2.0.0
matrix
:
matrix
:
include
:
include
:
-
os
:
linux
# Ubuntu 14.04
-
os
:
linux
# Ubuntu 14.04
dist
:
trusty
dist
:
trusty
sudo
:
required
sudo
:
required
dotnet
:
2.0.0
env
:
os_identifier=ubuntu.14.04
env
:
os_identifier=ubuntu.14.04
-
os
:
osx
# OSX 10.12
-
os
:
osx
# OSX 10.12
osx_image
:
xcode
8.1
osx_image
:
xcode
9
env
:
os_identifier=osx.10.12
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 to build
branches
:
branches
:
...
...
build.sh
View file @
1b69a78c
...
@@ -46,7 +46,6 @@ echo $log_prefix FINISHED restoring dotnet and npm packages
...
@@ -46,7 +46,6 @@ echo $log_prefix FINISHED restoring dotnet and npm packages
# dotnet build
# dotnet build
echo
$log_prefix
running
'dotnet build'
echo
$log_prefix
running
'dotnet build'
cd
$TRAVIS_BUILD_DIR
/StratisBitcoinFullNode/Stratis.BreezeD
cd
$TRAVIS_BUILD_DIR
/StratisBitcoinFullNode/Stratis.BreezeD
dotnet restore
-v
m
dotnet build
-c
$configuration
-r
$os_identifier
-
$arch
-v
m
dotnet build
-c
$configuration
-r
$os_identifier
-
$arch
-v
m
echo
$log_prefix
running
'dotnet publish'
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