From 7d3417e7a77ae5342e4fc3316c138b29231198fd Mon Sep 17 00:00:00 2001 From: Benjamin DELPY Date: Sun, 1 Nov 2020 23:30:05 +0100 Subject: [PATCH] [new] AppVeyor Continuous Integration --- appveyor.yml | 21 +++++++++++++++++++++ mimikatz.sln | 3 +++ notrunk.lst | 14 ++++++++++++++ trunk.lst | 5 +++++ 4 files changed, 43 insertions(+) create mode 100644 appveyor.yml create mode 100644 notrunk.lst create mode 100644 trunk.lst diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..38ad48f --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,21 @@ +version: 2.2.0-ci-{branch}-{build} +image: Visual Studio 2013 +configuration: Release +platform: +- x64 +- Win32 +shallow_clone: true +build: + parallel: true + verbosity: normal +after_build: +- cmd: >- + 7z a -t7z -mx -ms=on mimikatz_trunk.7z -xr@notrunk.lst @trunk.lst + + 7z a -tzip -mx -mm=deflate -mpass=15 mimikatz_trunk.zip -xr@notrunk.lst @trunk.lst + + 7z a -pmimikatz -mhe=on -t7z -mx -ms=on mimikatz_trunk_password.7z -xr@notrunk.lst @trunk.lst +artifacts: +- path: mimikatz_trunk.7z +- path: mimikatz_trunk.zip +- path: mimikatz_trunk_password.7z \ No newline at end of file diff --git a/mimikatz.sln b/mimikatz.sln index f940974..173d5bb 100644 --- a/mimikatz.sln +++ b/mimikatz.sln @@ -5,9 +5,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mimikatz", "mimikatz\mimika EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "global files", "global files", "{1ADABD33-DEBE-4095-8EAE-9B6ED51DB68E}" ProjectSection(SolutionItems) = preProject + appveyor.yml = appveyor.yml kiwi_passwords.yar = kiwi_passwords.yar mimicom.idl = mimicom.idl + notrunk.lst = notrunk.lst README.md = README.md + trunk.lst = trunk.lst EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "inc", "inc", "{282B4B77-BFF6-4DCA-9A60-6F4036929AEE}" diff --git a/notrunk.lst b/notrunk.lst new file mode 100644 index 0000000..3ad060c --- /dev/null +++ b/notrunk.lst @@ -0,0 +1,14 @@ +*.obj +*.lib +*.exp +*.kirbi +*.log +*.hiv +*.key +*.reg +*.pfx +*.cer +*.pvk +*.ndr +*.der +*.dmp \ No newline at end of file diff --git a/trunk.lst b/trunk.lst new file mode 100644 index 0000000..ee7043f --- /dev/null +++ b/trunk.lst @@ -0,0 +1,5 @@ +.\Win32 +.\x64 +README.md +kiwi_passwords.yar +mimicom.idl \ No newline at end of file