ResInsight/.appveyor.yml
Magne Sjaastad 3b879d4225
Enable pytest for appveyor (#5555)
- use vcpkg to install and build grpc
- use cache for grpc binaries
- execute tests using pytest
2020-02-16 19:59:47 +01:00

8 lines
149 B
YAML

version: 1.0.{build}
image: Visual Studio 2017
environment:
QT5: C:\Qt\5.13.2\msvc2017_64
cache: C:\vcpkg
build_script:
- ps: .\appveyor-build.ps1