We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b5693 commit 79cd685Copy full SHA for 79cd685
.appveyor.yml
@@ -21,10 +21,15 @@ build_script:
21
- cmake -DENFORCE_QT4_BUILD=OFF -DLibKlustersShared_DIR="C:/Program Files/libklustersshared/lib/cmake/LibKlustersShared/" -G "%CMAKE_GENERATOR%" .
22
- cmake --build . --target PACKAGE
23
24
+test: off
25
+
26
+artifacts:
27
+ - path: neuroscope-*-win64.exe
28
+ name: NSIS Installer
29
30
deploy:
31
- provider: GitHub
32
auth_token:
33
secure: EXhNFaenjWWXzb3LfmmZ+sEiDUmcG9ct9pYJkiL3Yd0S+HoiXJgrxR3rwtqmVcQ5
- artifact: /neuroscope-.*-win64\.exe/
34
on:
35
appveyor_repo_tag: true
0 commit comments