etl/appveyor.yml
John Wellbelove e84b3e3c4f Merge remote-tracking branch 'origin/development'
# Conflicts:
#	.circleci/config.yml
#	include/etl/version.h
#	library.json
#	library.properties
#	support/Release notes.txt
2019-12-11 13:04:24 +00:00

23 lines
582 B
YAML

version: 1.0.{build}
branches:
only:
- master
image: Visual Studio 2017
configuration:
- Debug
- DebugNoSTL
clone_folder: c:\projects\etl
install:
- cmd: git submodule update --init --recursive
before_build:
- cmd: git clone https://github.com/unittest-cpp/unittest-cpp.git c:\projects\unittest-cpp
build:
project: test/vs2017/etl.vcxproj
verbosity: minimal
notifications:
- provider: Webhook
url: https://hooks.slack.com/services/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
method: POST
on_build_success: true
on_build_failure: true
on_build_status_changed: true