Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit bdde5bf

Browse files
committed
Add Windows builds on AppVeyor
1 parent fe43a35 commit bdde5bf

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# eDEX-UI
22

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)
44

55
[![Pre-release demo](https://github.com/GitSquared/edex-ui/raw/master/media/demo-preview.gif)](https://squared.codebrew.fr/edex-demo.mp4)
66

appveyor.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

0 commit comments

Comments
 (0)