mpir/appveyor.yml

22 lines
579 B
YAML
Raw Normal View History

2016-03-31 06:32:59 -04:00
version: 1.0.{build}
build:
verbosity: minimal
environment:
matrix:
- BUILD_TYPE: Release
COMPILER: MSVC19
PLATFORM: x64
- BUILD_TYPE: Release
COMPILER: MSVC19
PLATFORM: Win32
2016-03-31 06:32:59 -04:00
build_script:
2020-06-03 11:11:41 -04:00
- appveyor DownloadFile https://github.com/Microsoft/vswhere/releases/download/2.3.2/vswhere.exe - vswhere.exe
- if [%COMPILER%]==[MSVC19] cd msvc\vs19
- if [%COMPILER%]==[MSVC19] msbuild.bat gc lib x64 Release +tests
2016-03-31 06:32:59 -04:00
test_script:
- if [%COMPILER%]==[MSVC19] cd msvc\vs19\mpir-tests
2020-04-08 10:43:18 -04:00
- if [%COMPILER%]==[MSVC19] python %cd%\run-tests.py 0