mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-16 00:03:40 -04:00
Vsoftco issue160 (#188)
* updated appveyor use release build for faster testing * commit * commit * commit
This commit is contained in:
parent
581fbbb2eb
commit
cbee5ef1bd
10
appveyor.yml
10
appveyor.yml
@ -1,9 +1,15 @@
|
||||
version: 1.0.{build}
|
||||
|
||||
image: Visual Studio 2017
|
||||
|
||||
build:
|
||||
verbosity: minimal
|
||||
|
||||
configuration:
|
||||
- Release
|
||||
|
||||
test_script:
|
||||
- cmd: >-
|
||||
C:\projects\liboqs\VisualStudio\x64\Debug\test_rand.exe
|
||||
C:\projects\liboqs\VisualStudio\x64\%configuration%\test_rand.exe
|
||||
|
||||
C:\projects\liboqs\VisualStudio\x64\Debug\test_kex.exe
|
||||
C:\projects\liboqs\VisualStudio\x64\%configuration%\test_kex.exe
|
||||
|
Loading…
x
Reference in New Issue
Block a user