Skip to content

Commit

Permalink
Appveyor CI (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahlgren authored Nov 26, 2018
1 parent 40b916d commit 6e902e7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
os: Visual Studio 2017

configuration:
- Release

install:
- "git submodule update --init --recursive"

before_build:
- "\"C:/Program Files (x86)/Microsoft SDKs/Windows/v10.0A/bin/NETFX 4.6 Tools/sn.exe\" -k SwiftPbo/SwiftPbo/swiftpbokey.snk"
- nuget restore

build:
parallel: true
project: DokanPbo.sln

artifacts:
- path: DokanPbo\bin\Release\DokanPbo.exe

0 comments on commit 6e902e7

Please sign in to comment.