evmc/appveyor.yml

31 lines
789 B
YAML

version: "{build}"
branches:
only:
- master
- appveyor
- hunter
configuration:
- Release
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
GENERATOR: "Visual Studio 15 2017 Win64"
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
GENERATOR: "Visual Studio 14 2015 Win64"
cache:
- C:\.hunter\_Base\Cache -> cmake\HunterConfig.cmake
before_build: |
if not exist build mkdir build
cd build
cmake -G "%GENERATOR%" .. -DBUILD_SHARED_LIBS=ON -DEVMC_EXAMPLES=ON -DEVMC_TESTING=ON -DCMAKE_INSTALL_PREFIX=C:\install
build_script: |
cmake --build . --config %CONFIGURATION% --target install
after_build: |
cd C:\projects\evmc\build\test
Release\evmc-test.exe
C:\install\bin\evmc-vmtester.exe C:\install\bin\evmc-examplevm.dll