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 3e0507c commit 8e818e6Copy full SHA for 8e818e6
appveyor.yml
@@ -0,0 +1,17 @@
1
+version: 1.0.{build}
2
+image: Visual Studio 2017
3
+configuration: Release
4
+install:
5
+- cmd: git submodule -q update --init
6
+before_build:
7
+- cmd: msbuild Sshfs\Sshfs.sln /t:restore
8
+build:
9
+ project: Sshfs/Sshfs.sln
10
+ verbosity: minimal
11
+artifacts:
12
+- path: Sshfs\SSHFS.CLI\bin\Release
13
+ name: SSHFS.CLI
14
+deploy:
15
+- provider: GitHub
16
+ auth_token:
17
+ secure: oF8cB9tD3fO9p/FDx1c0csF1Xp8q9Dv4Zt0WkVo9QhmNYdpgbTKOIdSG4cYFfqiq
0 commit comments