mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-18 00:02:54 -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}
|
version: 1.0.{build}
|
||||||
|
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
|
|
||||||
build:
|
build:
|
||||||
verbosity: minimal
|
verbosity: minimal
|
||||||
|
|
||||||
|
configuration:
|
||||||
|
- Release
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- cmd: >-
|
- 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