[Forensics-changes] [yara] 183/192: Expose Windows executables generated by appveyor
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:32:03 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 f76e1d057aaad76ddf00ec017c30e6f34b8c6cf0
Author: plusvic <plusvic at gmail.com>
Date: Tue May 16 13:58:14 2017 +0200
Expose Windows executables generated by appveyor
---
appveyor.yml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/appveyor.yml b/appveyor.yml
index 055190a..a035886 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,15 +1,24 @@
# AppVeyor CI for Windows
version: 3.6.{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
+
+artifacts:
+ - path: windows\**\*.exe
+
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