mirror of
https://git.sr.ht/~sircmpwn/mkproof
synced 2024-12-03 23:18:13 +01:00
87d922c6c6
git-subtree-dir: argon2i git-subtree-mainline: 3e7a084af1a451c4d92dc09d3dfccec3b8c2fb4e git-subtree-split: 440ceb9612d5a20997e3e12728542df2de713ca4
26 lines
539 B
YAML
26 lines
539 B
YAML
os: Visual Studio 2015
|
|
|
|
environment:
|
|
matrix:
|
|
- platform: x86
|
|
configuration: Debug
|
|
- platform: x86
|
|
configuration: Release
|
|
- platform: x64
|
|
configuration: Debug
|
|
- platform: x64
|
|
configuration: Release
|
|
|
|
matrix:
|
|
fast_finish: false
|
|
|
|
build:
|
|
parallel: true
|
|
project: Argon2.sln
|
|
verbosity: minimal
|
|
|
|
test_script:
|
|
- ps: kats\test.ps1
|
|
- ps: if ("Release" -eq $env:configuration) { vs2015\build\Argon2OptTestCI.exe }
|
|
- ps: if ("Release" -eq $env:configuration) { vs2015\build\Argon2RefTestCI.exe }
|