mirror of
https://github.com/BlackMATov/invoke.hpp.git
synced 2025-12-15 06:25:25 +07:00
add AppVeyor CI config
This commit is contained in:
17
.appveyor.yml
Normal file
17
.appveyor.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user