pqc/appveyor.yml

26 lines
903 B
YAML
Raw Normal View 히스토리

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"
- set PATH="C:\\Python37";"C:\\Python37\Scripts";"C:\\tmp\\tools";%PATH%
- mkdir "C:\tmp\tools"
# Download AStyle 3.1: first enable strong crypto in Invoke-WebRequest
- ps: Set-ItemProperty -Path "HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319" -Name 'SchUseStrongCrypto' -Value '1' -Type DWord
- ps: Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\.NetFramework\v4.0.30319" -Name "SchUseStrongCrypto" -Value '1' -Type DWord
- ps: Invoke-WebRequest -OutFile "C:\tmp\tools\AStyle.exe" "https://rded.nl/pqclean/AStyle.exe"
build_script:
2019-03-04 16:01:27 +00:00
- python -m pip install -r requirements.txt
- cd test
- python -m nose -v --rednose