summaryrefslogtreecommitdiff
path: root/TestScripts/coverity-windows.txt
blob: 6fab35b0a054f6840b3224457fcda20322adb906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# coverity-windows.txt - Scan build submission instructions for Unix and Linux.
#                        Written and placed in public domain by Jeffrey Walton and Uri Blumenthal.
#                        Copyright assigned to Crypto++ project.
#
# The following are copy/paste instructions for invoking cov-build, building the library and submitting the artifacts for a scan.
#
# For more information see http://cryptopp.com/wiki/Coverity_Scan.

##################################################################

cls

nmake /f cryptest.nmake clean

# Uncomment CXXFLAGS in makefile. Pay attention to X86, X64 or ARM
cov-build.exe --dir cov-int nmake /f cryptest.nmake

7z.exe a -r -tzip cryptopp.zip cov-int

set CRYPTOPP_COVERITY_TOKEN=XXXXXXXXXXXXXXXX
set COVERITY_SCAN_NAME=Rijndael-AliasedTable-SSE2-Windows-X64

curl.exe ^
  --form token="%CRYPTOPP_COVERITY_TOKEN%" ^
  --form email=webmaster@cryptopp.com ^
  --form file=@cryptopp.zip ^
  --form version="%COVERITY_SCAN_NAME%" ^
  --form description="%COVERITY_SCAN_NAME%" ^
  https://scan.coverity.com/builds?project=Cryptopp