[new] AppVeyor Continuous Integration
This commit is contained in:
parent
fe4e984055
commit
7d3417e7a7
|
@ -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
|
|
@ -5,9 +5,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mimikatz", "mimikatz\mimika
|
||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "global files", "global files", "{1ADABD33-DEBE-4095-8EAE-9B6ED51DB68E}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "global files", "global files", "{1ADABD33-DEBE-4095-8EAE-9B6ED51DB68E}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
|
appveyor.yml = appveyor.yml
|
||||||
kiwi_passwords.yar = kiwi_passwords.yar
|
kiwi_passwords.yar = kiwi_passwords.yar
|
||||||
mimicom.idl = mimicom.idl
|
mimicom.idl = mimicom.idl
|
||||||
|
notrunk.lst = notrunk.lst
|
||||||
README.md = README.md
|
README.md = README.md
|
||||||
|
trunk.lst = trunk.lst
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "inc", "inc", "{282B4B77-BFF6-4DCA-9A60-6F4036929AEE}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "inc", "inc", "{282B4B77-BFF6-4DCA-9A60-6F4036929AEE}"
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
*.obj
|
||||||
|
*.lib
|
||||||
|
*.exp
|
||||||
|
*.kirbi
|
||||||
|
*.log
|
||||||
|
*.hiv
|
||||||
|
*.key
|
||||||
|
*.reg
|
||||||
|
*.pfx
|
||||||
|
*.cer
|
||||||
|
*.pvk
|
||||||
|
*.ndr
|
||||||
|
*.der
|
||||||
|
*.dmp
|
Loading…
Reference in New Issue