liboqs/appveyor.yml
2018-03-24 23:32:32 -04:00

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