File: appveyor.yml

package info (click to toggle)
python-argon2 18.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,468 kB
  • sloc: ansic: 3,715; python: 1,328; makefile: 307; sh: 55
file content (25 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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 }