From c0d6f3882b15667b7f79b6ae7633a58def022321 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 15 Apr 2017 02:54:35 -0400 Subject: [PATCH] Add Appveyor configuration file --- .appveyor.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 00000000..4d430eda --- /dev/null +++ b/.appveyor.yml @@ -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