Skip to content

Commit 79cd685

Browse files
Push artifacts and disable automatic testing when using AppVeyor CI.
1 parent e6b5693 commit 79cd685

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.appveyor.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,15 @@ build_script:
2121
- cmake -DENFORCE_QT4_BUILD=OFF -DLibKlustersShared_DIR="C:/Program Files/libklustersshared/lib/cmake/LibKlustersShared/" -G "%CMAKE_GENERATOR%" .
2222
- cmake --build . --target PACKAGE
2323

24+
test: off
25+
26+
artifacts:
27+
- path: neuroscope-*-win64.exe
28+
name: NSIS Installer
29+
2430
deploy:
2531
- provider: GitHub
2632
auth_token:
2733
secure: EXhNFaenjWWXzb3LfmmZ+sEiDUmcG9ct9pYJkiL3Yd0S+HoiXJgrxR3rwtqmVcQ5
28-
artifact: /neuroscope-.*-win64\.exe/
2934
on:
3035
appveyor_repo_tag: true

0 commit comments

Comments
 (0)