mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-06 00:03:35 -04:00
26 lines
579 B
YAML
26 lines
579 B
YAML
version: 1.0.{build}
|
|
|
|
image: Visual Studio 2017
|
|
|
|
build:
|
|
verbosity: minimal
|
|
|
|
branches:
|
|
except:
|
|
- /*nist*/
|
|
|
|
configuration:
|
|
- Release
|
|
|
|
test_script:
|
|
- cmd: >-
|
|
%APPVEYOR_BUILD_FOLDER%\VisualStudio\x64\%CONFIGURATION%\test_rand.exe
|
|
|
|
%APPVEYOR_BUILD_FOLDER%\VisualStudio\x64\%CONFIGURATION%\test_kex.exe
|
|
|
|
%APPVEYOR_BUILD_FOLDER%\VisualStudio\x64\%CONFIGURATION%\test_sig.exe
|
|
|
|
%APPVEYOR_BUILD_FOLDER%\VisualStudio\x64\%CONFIGURATION%\minimal_kex_oqs.exe
|
|
|
|
%APPVEYOR_BUILD_FOLDER%\VisualStudio\x64\%CONFIGURATION%\minimal_sig_oqs.exe
|