From b80e26e23f81e7a7557dd847084cd68f674f4d78 Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Mon, 31 Oct 2016 04:11:28 -0400 Subject: [PATCH] Enable AppVeyor builds of Metricbeat (#2882) Fixes #1766 --- .appveyor.yml | 4 +++- Vagrantfile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 92eb8f90d12..a6cabbc9d9f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -10,6 +10,8 @@ environment: GOPATH: c:\gopath PYWIN_DL: https://beats-files.s3.amazonaws.com/deps/pywin32-220.win32-py2.7.exe matrix: + - PROJ: github.com\elastic\beats\metricbeat + BEAT: metricbeat - PROJ: github.com\elastic\beats\filebeat BEAT: filebeat - PROJ: github.com\elastic\beats\winlogbeat @@ -49,7 +51,7 @@ install: - set PYTHONPATH=C:\Python27 - set PATH=%PYTHONPATH%;%PYTHONPATH%\Scripts;%PATH% - python --version - - pip install jinja2 nose nose-timer PyYAML + - pip install jinja2 nose nose-timer PyYAML redis - easy_install C:/pywin_inst.exe # To run your custom scripts instead of automatic MSBuild diff --git a/Vagrantfile b/Vagrantfile index 758645541bb..b8912374ac7 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -60,7 +60,7 @@ Vagrant.configure(2) do |config| # Windows Server 2012 R2 config.vm.define "win2012", primary: true do |win2012| - win2012.vm.box = "https://s3.amazonaws.com/beats-files/vagrant/beats-win2012-r2-virtualbox-2016-01-20_0057.box" + win2012.vm.box = "https://s3.amazonaws.com/beats-files/vagrant/beats-win2012-r2-virtualbox-2016-10-28_1224.box" win2012.vm.guest = :windows # Communicator for windows boxes