Skip to content

Commit 8e818e6

Browse files
committed
Export AppVeyor settings to repo
1 parent 3e0507c commit 8e818e6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

appveyor.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)