mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-05 00:05:12 -04:00
36 lines
828 B
YAML
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
|