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
c28ab058
Commit
c28ab058
authored
Nov 29, 2017
by
Jeremy Bokobza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed path to cache
parent
ead23116
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
13 deletions
+10
-13
README.md
README.md
+9
-12
appveyor.yml
appveyor.yml
+1
-1
No files found.
README.md
View file @
c28ab058
...
...
@@ -52,17 +52,14 @@ If you want the :sparkles: latest :sparkles: (unstable :bomb:) version of the Br
| | x86 Release | x64 Release | Notes |
|:---|----------------:|------------------:|------------------:|
|
**Windows 7**
|
[
download
][
7
]
|
[
download
][
8
]
| continuous build - up to date with commits |
|
**Windows 10**
|
[
download
][
9
]
|
[
download
][
10
]
| continuous build - up to date with commits |
|
**Ubuntu 14.04**
| - |
[
download
][
11
]
| continuous build - up to date with commits |
|
**OS X 10.12**
| - |
[
download
][
12
]
| continuous build - up to date with commits |
[
7
]:
https://github.com/stratisproject/Breeze/releases/download/cd-unstable/Breeze.Wallet.v0.3.0.setup.win7-x86.exe
[
8
]:
https://github.com/stratisproject/Breeze/releases/download/cd-unstable/Breeze.Wallet.v0.3.0.setup.win7-x64.exe
[
9
]:
https://github.com/stratisproject/Breeze/releases/download/cd-unstable/Breeze.Wallet.v0.3.0.setup.win10-x86.exe
[
10
]:
https://github.com/stratisproject/Breeze/releases/download/cd-unstable/Breeze.Wallet.v0.3.0.setup.win10-x64.exe
[
11
]:
https://github.com/stratisproject/Breeze/releases/download/cd-unstable/breeze-ubuntu.14.04-x64-Release.zip
[
12
]:
https://github.com/stratisproject/Breeze/releases/download/cd-unstable/breeze-osx.10.12-x64-Release.zip
|
**Windows**
|
[
download
][
7
]
|
[
download
][
8
]
| Windows 7 and Windows 10 |
|
**Linux**
| - |
[
download
][
9
]
| All Linux flavors |
|
**OS X**
| - |
[
download
][
10
]
| From OSX 10.12 |
[
7
]:
https://github.com/stratisproject/Breeze/releases/download/cd-unstable/Breeze.Wallet.v0.3.0.setup.win-x86.exe
[
8
]:
https://github.com/stratisproject/Breeze/releases/download/cd-unstable/Breeze.Wallet.v0.3.0.setup.win-x64.exe
[
9
]:
https://github.com/stratisproject/Breeze/releases/download/cd-unstable/breeze-linux-x64.zip
[
10
]:
https://github.com/stratisproject/Breeze/releases/download/cd-unstable/breeze-osx-x64.zip
appveyor.yml
View file @
c28ab058
...
...
@@ -36,7 +36,7 @@ environment:
# build cache to preserve files/folders between builds
cache
:
-
'
%APPVEYOR_BUILD_FOLDER%
/Breeze.UI/
node_modules'
-
'
%APPVEYOR_BUILD_FOLDER%
\Breeze.UI\
node_modules'
-
'
%USERPROFILE%\.nuget\packages'
init
:
...
...
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