Skip to content

Commit 849e224

Browse files
committed
Setup appveyor
1 parent b014f47 commit 849e224

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build status](https://ci.appveyor.com/api/projects/status/0yqv9n8wv57f1g6c?svg=true)](https://ci.appveyor.com/project/xantares/brainworkshop)
2+
13
# BrainWorkshop 5
24
PS: If you appreciated this work, please star the repository. It helps others
35
find this repository

appveyor.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# https://ci.appveyor.com/project/xantares/brainworkshop/
2-
31
install:
42
- curl -fSsLO https://github.com/conda-forge/miniforge/releases/download/4.10.0-0/Miniforge3-Windows-x86_64.exe
53
- set CONDA_ROOT="%UserProfile%\Miniforge3"
@@ -20,5 +18,17 @@ build_script:
2018
- 7z a brainworkshop.zip dist\*
2119

2220
artifacts:
23-
- path: brainworkshop.zip
21+
- path: '**\brainworkshop.zip'
2422
name: binary
23+
24+
deploy:
25+
release: $(APPVEYOR_REPO_TAG_NAME)
26+
description: 'Windows binary'
27+
provider: GitHub
28+
auth_token:
29+
secure: xTQ03VUKn//k+CIWYpEAUpolZ7hfwCiiuV8Ii8Hs8ogn04wpYRH8JPOmKwEksdgh
30+
artifact: binary
31+
draft: false
32+
prerelease: false
33+
on:
34+
appveyor_repo_tag: true

0 commit comments

Comments
 (0)