liboqs/appveyor.yml
2019-03-26 21:14:09 -04:00

36 lines
828 B
YAML

version: 1.0.{build}
image: Visual Studio 2017
platform: x64
build:
verbosity: minimal
branches:
except:
- /.*nist.*/
- /master-new-.*/
configuration:
- Debug
- DebugDLL
- Release
- ReleaseDLL
test_script:
- cmd: >-
%APPVEYOR_BUILD_FOLDER%\VisualStudio\%PLATFORM%\%CONFIGURATION%\test_kem.exe
%APPVEYOR_BUILD_FOLDER%\VisualStudio\%PLATFORM%\%CONFIGURATION%\test_sig.exe
%APPVEYOR_BUILD_FOLDER%\VisualStudio\%PLATFORM%\%CONFIGURATION%\example_kem.exe
%APPVEYOR_BUILD_FOLDER%\VisualStudio\%PLATFORM%\%CONFIGURATION%\kat_kem.exe
%APPVEYOR_BUILD_FOLDER%\VisualStudio\kat-check.bat
%APPVEYOR_BUILD_FOLDER%\VisualStudio\%PLATFORM%\%CONFIGURATION%\speed_kem.exe
%APPVEYOR_BUILD_FOLDER%\VisualStudio\%PLATFORM%\%CONFIGURATION%\speed_sig.exe