1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-26 17:31:38 +00:00
pqcrypto/appveyor.yml

21 lines
387 B
YAML
Raw Normal View History

version: 1.0.{build}
image: Visual Studio 2017
build:
verbosity: minimal
2019-03-05 12:51:15 +00:00
environment:
matrix:
- BITS: 64
- BITS: 32
init:
2019-03-05 12:51:15 +00:00
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars%BITS%.bat"
2019-03-04 16:01:27 +00:00
- set PATH="C:\\Python37";%PATH%
build_script:
2019-03-04 16:01:27 +00:00
- python -m pip install -r requirements.txt
- cd test
- python -m nose -v --rednose