Files
invoke.hpp/.appveyor.yml
2018-12-08 08:20:17 +07:00

18 lines
300 B
YAML

version: "{build}"
shallow_clone: true
image:
- Visual Studio 2015
- Visual Studio 2017
configuration:
- Debug
- Release
platform:
- Win32
- x64
build_script:
- mkdir build && cd build
- cmake .. -A%PLATFORM%
- cmake --build . --config %CONFIGURATION%
- ctest --verbose
test: off