Skip to content

Commit 7d3417e

Browse files
committed
[new] AppVeyor Continuous Integration
1 parent fe4e984 commit 7d3417e

File tree

4 files changed

+43
-0
lines changed

4 files changed

+43
-0
lines changed

appveyor.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2.2.0-ci-{branch}-{build}
2+
image: Visual Studio 2013
3+
configuration: Release
4+
platform:
5+
- x64
6+
- Win32
7+
shallow_clone: true
8+
build:
9+
parallel: true
10+
verbosity: normal
11+
after_build:
12+
- cmd: >-
13+
7z a -t7z -mx -ms=on mimikatz_trunk.7z [email protected] @trunk.lst
14+
15+
7z a -tzip -mx -mm=deflate -mpass=15 mimikatz_trunk.zip [email protected] @trunk.lst
16+
17+
7z a -pmimikatz -mhe=on -t7z -mx -ms=on mimikatz_trunk_password.7z [email protected] @trunk.lst
18+
artifacts:
19+
- path: mimikatz_trunk.7z
20+
- path: mimikatz_trunk.zip
21+
- path: mimikatz_trunk_password.7z

mimikatz.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mimikatz", "mimikatz\mimika
55
EndProject
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "global files", "global files", "{1ADABD33-DEBE-4095-8EAE-9B6ED51DB68E}"
77
ProjectSection(SolutionItems) = preProject
8+
appveyor.yml = appveyor.yml
89
kiwi_passwords.yar = kiwi_passwords.yar
910
mimicom.idl = mimicom.idl
11+
notrunk.lst = notrunk.lst
1012
README.md = README.md
13+
trunk.lst = trunk.lst
1114
EndProjectSection
1215
EndProject
1316
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "inc", "inc", "{282B4B77-BFF6-4DCA-9A60-6F4036929AEE}"

notrunk.lst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
*.obj
2+
*.lib
3+
*.exp
4+
*.kirbi
5+
*.log
6+
*.hiv
7+
*.key
8+
*.reg
9+
*.pfx
10+
*.cer
11+
*.pvk
12+
*.ndr
13+
*.der
14+
*.dmp

trunk.lst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.\Win32
2+
.\x64
3+
README.md
4+
kiwi_passwords.yar
5+
mimicom.idl

0 commit comments

Comments
 (0)