mirror of
https://github.com/progsource/maddy.git
synced 2026-03-25 07:50:39 +01:00
13 lines
227 B
YAML
13 lines
227 B
YAML
image: Visual Studio 2017
|
|
|
|
install:
|
|
- cmd: git submodule update --init --recursive
|
|
|
|
build_script:
|
|
- cmd: mkdir tmp
|
|
- cmd: cd tmp
|
|
- cmd: cmake -G "Visual Studio 15 Win64" ..
|
|
|
|
test_script:
|
|
- cmd: ctest -VV -C "Release"
|