Add Appveyor configuration file

pull/402/head
Jeffrey Walton 2017-04-15 02:54:35 -04:00
parent 556e3610e8
commit c0d6f3882b
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 18 additions and 0 deletions

18
.appveyor.yml Normal file
View File

@ -0,0 +1,18 @@
# Appveyor's documentation is at https://www.appveyor.com/docs/build-phase/,
# and a sample configuration file is at https://www.appveyor.com/docs/appveyor-yml/.
# I have to admit its a bit complex and I don't fully understand it.
version: 1.0.{build}
build:
project: cryptest.sln
verbosity: minimal
test_script:
- cmd: >-
msbuild /t:CopyCryptestToRoot cryptest.vcxproj
cryptest.exe v
cryptest.exe tv all