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
683fa278
Commit
683fa278
authored
Jul 16, 2017
by
Jeremy Bokobza
Committed by
GitHub
Jul 16, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #176 from bokobza/master
OS X runtimes, chmod and Releases Secure key
parents
57e7842a
d6ea1951
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
.travis.yml
.travis.yml
+1
-1
Breeze.Daemon.csproj
Breeze/src/Breeze.Daemon/Breeze.Daemon.csproj
+1
-1
build.sh
build.sh
+6
-4
No files found.
.travis.yml
View file @
683fa278
...
...
@@ -42,7 +42,7 @@ script:
deploy
:
provider
:
releases
api_key
:
secure
:
NOLMkLtCu/WCUHBXroBPJsGT0U0Lw5x0SwZvxvCmQfqzM0R4XQ0ZV3GPRLSHHBOLER8CSucgFJ4XAbNG7yiIA2TrNfmv38su2KuBPQwA5DBpOBzBxQa2cqJV+9lgF48r5J+C0kkyQ8VUwpwXVeTenfxw7pPBIMfpFblOXFGRWHExJHX5o9u972heO1i/s6mM0v8EdJ72JswklLLHqevAIHw4NZ7ZMmvisnbTWuOt4IuOLbw/eobbZF9xX+9ks6uOUmfUEQ51KKRsIOFuOGW/1zxBudv60JypiYgGLcG7jbUR8m06MPDmWv5TLd8rAWNbb/djEJjm1aRjN30rVi1NXIl4Ybg3GfGF/Pqc67j0hLMIQD5Mp8h62yopXIAroTpKhcmeRDlMoG6fbcwOtlP+F5osZT25yJH7+zDesv57pMJZkL+RpG7W3bHQIiT4lq8xD1490NFLpUWLoaIDMwTWFLlp+uVfmMa+snx1A1MDKw3BkJrt3ten3/BMVXIu3sLkI5xJFJJgri756CxDeyuuj7UkMzYNvzqDZnlI1Gv0rjXAfIdMR/jRGRIbBx0b4YQf3Nwx+EymzvrKLYX1qX3DfW6b8qn2gIa6r3jUEwLTY/4tc0U+IXjl0hJnY9Rv871oWnV2k7mqfFxnaKAqWn4gdsliKmPbShMrsNkh/p0RQKg=
secure
:
$secure_github_key
# this key is set on the Travis build page
file_glob
:
true
file
:
"
$TRAVIS_BUILD_DIR/deploy/*.zip"
skip_cleanup
:
true
...
...
Breeze/src/Breeze.Daemon/Breeze.Daemon.csproj
View file @
683fa278
...
...
@@ -25,7 +25,7 @@
</ItemGroup>
<PropertyGroup>
<RuntimeIdentifiers>win7-x86;win7-x64;win10-x86;win10-x64;osx.10.10-x64;ubuntu.14.04-x64;ubuntu.16.04-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>win7-x86;win7-x64;win10-x86;win10-x64;osx.10.10-x64;
osx.10.11-x64;osx.10.12-x64;
ubuntu.14.04-x64;ubuntu.16.04-x64</RuntimeIdentifiers>
</PropertyGroup>
</Project>
build.sh
View file @
683fa278
...
...
@@ -24,8 +24,7 @@ dotnet --info
# Initialize dependencies
echo
$log_prefix
STARTED restoring dotnet and npm packages
cd
$TRAVIS_BUILD_DIR
/Breeze
git submodule init
git submodule update
git submodule update
--init
--recursive
dotnet restore
-v
m
cd
$TRAVIS_BUILD_DIR
/Breeze.UI
...
...
@@ -36,10 +35,13 @@ echo $log_prefix FINISHED restoring dotnet and npm packages
# dotnet build
echo
$log_prefix
running
'dotnet build'
cd
$TRAVIS_BUILD_DIR
/Breeze/src/Breeze.Daemon
dotnet build
-c
$configuration
-v
m
dotnet build
-c
$configuration
-
r
$os_identifier
-
$arch
-
v
m
echo
$log_prefix
running
'dotnet publish'
dotnet publish
-c
$configuration
-v
m
-o
$TRAVIS_BUILD_DIR
/dotnet_out/
$TRAVIS_OS_NAME
dotnet publish
-c
$configuration
-r
$os_identifier
-
$arch
-v
m
-o
$TRAVIS_BUILD_DIR
/dotnet_out/
$TRAVIS_OS_NAME
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/
...
...
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