This repository was archived by the owner on Oct 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# eDEX-UI
2
2
3
- [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/93b816722c4e4af2bdf401b8187b8a2d )] ( https://www.codacy.com/app/GitSquared/edex-ui?utm_source=github.com& ; utm_medium=referral& ; utm_content=GitSquared/edex-ui& ; utm_campaign=Badge_Grade ) [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/GitSquared/edex-ui.svg )] ( https://greenkeeper.io/ ) [ ![ Build Status] ( https://travis-ci.org/GitSquared/edex-ui.svg?branch=master )] ( https://travis-ci.org/GitSquared/edex-ui )
3
+ [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/93b816722c4e4af2bdf401b8187b8a2d )] ( https://www.codacy.com/app/GitSquared/edex-ui?utm_source=github.com& ; utm_medium=referral& ; utm_content=GitSquared/edex-ui& ; utm_campaign=Badge_Grade ) [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/GitSquared/edex-ui.svg )] ( https://greenkeeper.io/ ) [ ![ Build Status] ( https://travis-ci.org/GitSquared/edex-ui.svg?branch=master )] ( https://travis-ci.org/GitSquared/edex-ui ) [ ![ Build status ] ( https://ci.appveyor.com/api/projects/status/leb069bro8gwocu7/branch/master?svg=true )] ( https://ci.appveyor.com/project/GitSquared/edex-ui/branch/master )
4
4
5
5
[ ![ Pre-release demo] ( https://github.com/GitSquared/edex-ui/raw/master/media/demo-preview.gif )] ( https://squared.codebrew.fr/edex-demo.mp4 )
6
6
Original file line number Diff line number Diff line change
1
+ version : ' {build}'
2
+ pull_requests :
3
+ do_not_increment_build_number : true
4
+ install :
5
+ - ps : Install-Product node 8
6
+ build_script :
7
+ - cmd : npm install && npm run build-windows
8
+ test : off
9
+ deploy :
10
+ - provider : GitHub
11
+ auth_token :
12
+ secure : xbDg5MsNRSCKs8kfz7jFP8D4g0BoPVB0vUPEy446Bru5RQCF/JDMGdhAa6SjLVTW
13
+ artifact : /.*\.exe/
14
+ force_update : true
15
+ on :
16
+ appveyor_repo_tag : true
You can’t perform that action at this time.
0 commit comments