From 1119c5cf4cd4fdf5a10f61550cbf0a44776faf5e Mon Sep 17 00:00:00 2001 From: Artem Pikulin Date: Wed, 28 Mar 2018 15:59:48 +0700 Subject: [PATCH] Add appveyor.yml --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000..de2123bc5 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,6 @@ +version: 1.0.{build} +branches: + only: + - etomic +build_script: +- cmd: marketmaker_build_etomic.cmd \ No newline at end of file