mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-07 21:05:34 +08:00
20 lines
337 B
YAML
20 lines
337 B
YAML
environment:
|
|
matrix:
|
|
- configuration: Release
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
clone_folder: c:\libzmq
|
|
|
|
build_script:
|
|
- md c:\build
|
|
- cd c:\build
|
|
- echo Running cmake...
|
|
- cmake -G "Visual Studio 12" -DCMAKE_BUILD_TYPE=%Configuration% c:\libzmq
|
|
- cmake --build .
|
|
|
|
test_script:
|
|
- cd c:\build
|
|
- ctest -C %Configuration%
|