-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathappveyor.yml
More file actions
20 lines (15 loc) · 790 Bytes
/
Copy pathappveyor.yml
File metadata and controls
20 lines (15 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
version: 1.0.{build}
image:
- Visual Studio 2022
clone_folder: c:\projects\cntlm
clone_depth: 10
build_script:
- cmd: >-
C:\cygwin64\setup-x86_64.exe -qgnO -l C:\cygwin64\var\cache\setup -R c:\cygwin64 -s http://cygwin.mirror.constant.com -P ghostscript -P dos2unix -P zip
C:\cygwin64\bin\bash -e -l -c "cd /cygdrive/c/projects/cntlm && make distclean && ./configure && make DEBUG=1"
C:\cygwin64\bin\bash -e -l -c "cd /cygdrive/c/projects/cntlm && make distclean && ./configure && CFLAGS=-DUNICODE make"
C:\cygwin64\bin\bash -e -l -c "cd /cygdrive/c/projects/cntlm && make distclean && ./configure && make && make win"
C:\cygwin64\bin\bash -e -l -c "cd /cygdrive/c/projects/cntlm && ./cntlm -h"
artifacts:
- path: cntlm-*.exe
- path: cntlm*.zip