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
ff4e1437
Commit
ff4e1437
authored
Nov 28, 2017
by
Jeremy Bokobza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed config details on the linux and osx packages
parent
06260b5f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
build.sh
build.sh
+1
-2
No files found.
build.sh
View file @
ff4e1437
...
...
@@ -6,7 +6,7 @@ set -o errexit
# define a few variables
node_output_name
=
"Breeze-
$os_platform
-
$arch
"
app_output_name
=
"breeze-
$TRAVIS_OS_NAME
-
$arch
"
app_output_zip_name
=
"breeze-
$TRAVIS_OS_NAME
-
$arch
-
$configuration
.zip"
app_output_zip_name
=
"breeze-
$TRAVIS_OS_NAME
-
$arch
.zip"
if
[
"
$TRAVIS_OS_NAME
"
=
"osx"
]
then
...
...
@@ -17,7 +17,6 @@ fi
echo
"current environment variables:"
echo
"OS name:"
$TRAVIS_OS_NAME
echo
"OS:"
$TRAVIS_OS_NAME
echo
"Platform:"
$os_platform
echo
"Build directory:"
$TRAVIS_BUILD_DIR
echo
"Node version:"
$TRAVIS_NODE_VERSION
...
...
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