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
dfc76ea9
Commit
dfc76ea9
authored
Sep 26, 2017
by
Jeremy Bokobza
Committed by
GitHub
Sep 26, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed release of the node's dlls (#232)
parent
4d9360cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
12 deletions
+3
-12
appveyor.yml
appveyor.yml
+2
-7
build.sh
build.sh
+1
-5
No files found.
appveyor.yml
View file @
dfc76ea9
...
...
@@ -89,11 +89,8 @@ build_script:
Write-Host "$env:log_prefix running 'dotnet publish'" -foregroundcolor "magenta"
dotnet publish -c $env:configuration -v m -r $env:win_runtime -o $env:APPVEYOR_BUILD_FOLDER\dotnet_out\$env:win_runtime
Write-Host "$env:log_prefix zipping results of 'dotnet publish'" -foregroundcolor "magenta"
7z a $env:APPVEYOR_BUILD_FOLDER\dotnet_out\$env:api_output_name.zip $env:APPVEYOR_BUILD_FOLDER\dotnet_out\$env:win_runtime\*
cd ../../../Breeze.UI
Write-Host "$env:log_prefix running 'npm run'" -foregroundcolor "magenta"
cd ../../../Breeze.UI
npm run build:prod
Write-Host "$env:log_prefix packaging breeze" -foregroundcolor "magenta"
node package.js --platform=$env:plat --arch=$env:arch --path=$env:APPVEYOR_BUILD_FOLDER\breeze_out
...
...
@@ -119,6 +116,4 @@ test_script:
# pushing all files in build directory recursively
artifacts
:
-
path
:
breeze_out\*.zip
name
:
Breeze app
-
path
:
dotnet_out\*.zip
name
:
dotnet libraries
\ No newline at end of file
name
:
Breeze app
\ No newline at end of file
build.sh
View file @
dfc76ea9
...
...
@@ -55,11 +55,6 @@ dotnet publish -c $configuration -r $os_identifier-$arch -v m -o $TRAVIS_BUILD_D
echo
$log_prefix
chmoding the Breeze.Daemon file
chmod
+x
$TRAVIS_BUILD_DIR
/dotnet_out/
$TRAVIS_OS_NAME
/Breeze.Daemon
echo
$log_prefix
zipping results of
'dotnet publish'
into
$TRAVIS_BUILD_DIR
/dotnet_out/
$api_output_name
.zip
mkdir
-p
$TRAVIS_BUILD_DIR
/deploy/
cd
$TRAVIS_BUILD_DIR
/dotnet_out
zip
-r
$TRAVIS_BUILD_DIR
/deploy/
$api_output_name
.zip
$TRAVIS_OS_NAME
/
*
# node Build
cd
$TRAVIS_BUILD_DIR
/Breeze.UI
echo
$log_prefix
running
'npm run'
...
...
@@ -76,6 +71,7 @@ cp -r $TRAVIS_BUILD_DIR/dotnet_out/$TRAVIS_OS_NAME/* $dotnet_resources_path_in_a
# zip result
echo
$log_prefix
zipping the app into
$TRAVIS_BUILD_DIR
/breeze_out/
$app_output_name
.zip
mkdir
-p
$TRAVIS_BUILD_DIR
/deploy/
cd
$TRAVIS_BUILD_DIR
/breeze_out
zip
-r
$TRAVIS_BUILD_DIR
/deploy/
$app_output_name
.zip breeze-ui-
$os_platform
-
$arch
/
*
...
...
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