[Forensics-changes] [yara] 41/192: Add appveyor config file

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:31:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.6.0
in repository yara.

commit b254eeef98a7042b6df28b3432c065860583e8cc
Author: plusvic <plusvic at gmail.com>
Date:   Fri Sep 23 12:03:30 2016 +0200

    Add appveyor config file
---
 appveyor.yml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..2ba177b
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,15 @@
+# AppVeyor CI for Windows
+
+version: 3.5.{build}
+pull_requests:
+  do_not_increment_build_number: true
+configuration: Release
+platform:
+- x64
+- x86
+before_build:
+- ps: nuget restore windows/vs2015/yara.sln
+build:
+  project: windows/vs2015/yara.sln
+  verbosity: minimal
+test: off

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list