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
b60eb264
Commit
b60eb264
authored
Oct 26, 2017
by
Jeremy Bokobza
Committed by
GitHub
Oct 26, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix build (#330)
* fix build * changed app name casing
parent
0cf9d99a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
appveyor.yml
appveyor.yml
+1
-1
build.sh
build.sh
+2
-2
No files found.
appveyor.yml
View file @
b60eb264
...
@@ -44,7 +44,7 @@ environment:
...
@@ -44,7 +44,7 @@ environment:
init
:
init
:
-
ps
:
|
-
ps
:
|
$env:log_prefix = "[$env:win_runtime][$env:configuration]"
$env:log_prefix = "[$env:win_runtime][$env:configuration]"
$env:node_output_name = "
breeze-ui
-$env:plat-$env:arch"
$env:node_output_name = "
Breeze
-$env:plat-$env:arch"
$env:app_output_name = "breeze-$env:win_runtime"
$env:app_output_name = "breeze-$env:win_runtime"
$env:app_output_zip_name = "breeze-$env:win_runtime-$env:configuration.zip"
$env:app_output_zip_name = "breeze-$env:win_runtime-$env:configuration.zip"
if ($env:APPVEYOR_REPO_TAG -eq "false") { $env:APPVEYOR_REPO_TAG_NAME = "cd-unstable" }
if ($env:APPVEYOR_REPO_TAG -eq "false") { $env:APPVEYOR_REPO_TAG_NAME = "cd-unstable" }
...
...
build.sh
View file @
b60eb264
...
@@ -4,13 +4,13 @@
...
@@ -4,13 +4,13 @@
set
-o
errexit
set
-o
errexit
# define a few variables
# define a few variables
node_output_name
=
"
breeze-ui
-
$os_platform
-
$arch
"
node_output_name
=
"
Breeze
-
$os_platform
-
$arch
"
app_output_name
=
"breeze-
$os_identifier
-
$arch
"
app_output_name
=
"breeze-
$os_identifier
-
$arch
"
app_output_zip_name
=
"breeze-
$os_identifier
-
$arch
-
$configuration
.zip"
app_output_zip_name
=
"breeze-
$os_identifier
-
$arch
-
$configuration
.zip"
if
[
"
$TRAVIS_OS_NAME
"
=
"osx"
]
if
[
"
$TRAVIS_OS_NAME
"
=
"osx"
]
then
then
dotnet_resources_path_in_app
=
$TRAVIS_BUILD_DIR
/breeze_out/
$app_output_name
/
breeze-ui
.app/contents/resources/app/assets/daemon
dotnet_resources_path_in_app
=
$TRAVIS_BUILD_DIR
/breeze_out/
$app_output_name
/
Breeze
.app/contents/resources/app/assets/daemon
else
else
dotnet_resources_path_in_app
=
$TRAVIS_BUILD_DIR
/breeze_out/
$app_output_name
/resources/app/assets/daemon
dotnet_resources_path_in_app
=
$TRAVIS_BUILD_DIR
/breeze_out/
$app_output_name
/resources/app/assets/daemon
fi
fi
...
...
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