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
06260b5f
Commit
06260b5f
authored
Nov 28, 2017
by
Jeremy Bokobza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change os to TRAVIS_OS_NAME
parent
34172289
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
build.sh
build.sh
+4
-4
No files found.
build.sh
View file @
06260b5f
...
...
@@ -5,8 +5,8 @@ set -o errexit
# define a few variables
node_output_name
=
"Breeze-
$os_platform
-
$arch
"
app_output_name
=
"breeze-
$
os
-
$arch
"
app_output_zip_name
=
"breeze-
$
os
-
$arch
-
$configuration
.zip"
app_output_name
=
"breeze-
$
TRAVIS_OS_NAME
-
$arch
"
app_output_zip_name
=
"breeze-
$
TRAVIS_OS_NAME
-
$arch
-
$configuration
.zip"
if
[
"
$TRAVIS_OS_NAME
"
=
"osx"
]
then
...
...
@@ -17,7 +17,7 @@ fi
echo
"current environment variables:"
echo
"OS name:"
$TRAVIS_OS_NAME
echo
"OS
identifier:"
$os
echo
"OS
:"
$TRAVIS_OS_NAME
echo
"Platform:"
$os_platform
echo
"Build directory:"
$TRAVIS_BUILD_DIR
echo
"Node version:"
$TRAVIS_NODE_VERSION
...
...
@@ -48,7 +48,7 @@ echo $log_prefix FINISHED restoring dotnet and npm packages
# dotnet publish
echo
$log_prefix
running
'dotnet publish'
cd
$TRAVIS_BUILD_DIR
/StratisBitcoinFullNode/Stratis.BreezeD
dotnet publish
-c
$configuration
-r
$
os
-
$arch
-v
m
-o
$TRAVIS_BUILD_DIR
/dotnet_out/
$TRAVIS_OS_NAME
dotnet publish
-c
$configuration
-r
$
TRAVIS_OS_NAME
-
$arch
-v
m
-o
$TRAVIS_BUILD_DIR
/dotnet_out/
$TRAVIS_OS_NAME
echo
$log_prefix
chmoding the Stratis.BreezeD file
chmod
+x
$TRAVIS_BUILD_DIR
/dotnet_out/
$TRAVIS_OS_NAME
/Stratis.BreezeD
...
...
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