Skip to content

Commit

Permalink
Setup appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
xantares committed May 8, 2021
1 parent b014f47 commit 849e224
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build status](https://ci.appveyor.com/api/projects/status/0yqv9n8wv57f1g6c?svg=true)](https://ci.appveyor.com/project/xantares/brainworkshop)

# BrainWorkshop 5
PS: If you appreciated this work, please star the repository. It helps others
find this repository
Expand Down
16 changes: 13 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# https://ci.appveyor.com/project/xantares/brainworkshop/

install:
- curl -fSsLO https://github.com/conda-forge/miniforge/releases/download/4.10.0-0/Miniforge3-Windows-x86_64.exe
- set CONDA_ROOT="%UserProfile%\Miniforge3"
Expand All @@ -20,5 +18,17 @@ build_script:
- 7z a brainworkshop.zip dist\*

artifacts:
- path: brainworkshop.zip
- path: '**\brainworkshop.zip'
name: binary

deploy:
release: $(APPVEYOR_REPO_TAG_NAME)
description: 'Windows binary'
provider: GitHub
auth_token:
secure: xTQ03VUKn//k+CIWYpEAUpolZ7hfwCiiuV8Ii8Hs8ogn04wpYRH8JPOmKwEksdgh
artifact: binary
draft: false
prerelease: false
on:
appveyor_repo_tag: true

0 comments on commit 849e224

Please sign in to comment.