Skip to content

Commit

Permalink
[new] AppVeyor Continuous Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
gentilkiwi committed Nov 1, 2020
1 parent fe4e984 commit 7d3417e
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
21 changes: 21 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -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 [email protected] @trunk.lst
7z a -tzip -mx -mm=deflate -mpass=15 mimikatz_trunk.zip [email protected] @trunk.lst
7z a -pmimikatz -mhe=on -t7z -mx -ms=on mimikatz_trunk_password.7z [email protected] @trunk.lst
artifacts:
- path: mimikatz_trunk.7z
- path: mimikatz_trunk.zip
- path: mimikatz_trunk_password.7z
3 changes: 3 additions & 0 deletions mimikatz.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
14 changes: 14 additions & 0 deletions notrunk.lst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
*.obj
*.lib
*.exp
*.kirbi
*.log
*.hiv
*.key
*.reg
*.pfx
*.cer
*.pvk
*.ndr
*.der
*.dmp
5 changes: 5 additions & 0 deletions trunk.lst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.\Win32
.\x64
README.md
kiwi_passwords.yar
mimicom.idl

0 comments on commit 7d3417e

Please sign in to comment.