We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574d43d commit 876f733Copy full SHA for 876f733
appveyor.yml
@@ -1,8 +1,3 @@
1
-#skip_non_tags: true
2
-
3
-#branches:
4
-# only:
5
-# - master
6
7
build_script:
8
- echo Running cmake...
@@ -21,13 +16,10 @@ artifacts:
21
16
name: testIcCPP_win
22
17
23
18
deploy:
24
-# release: testIcCPP-v$(appveyor_build_version)
25
19
description: 'AppVeyor build'
26
20
artifact: testIcCPP_win
27
auth_token:
28
- secure: iMEETa+zCu4tQb1gnZ6Nnb1bp8BJwvWk1te9gmxtMBUuB+vjaRysyNoNz73P8Y1
29
-# draft: false
30
-# prerelease: false
+ secure: LDoltDSff/8u4l/GIIV2LWwtiS2fQATX8kTdJ1Kw7JeTa568+l27lFcpnUfiNgfk
31
provider: GitHub
32
on:
33
appveyor_repo_tag: true
0 commit comments