File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,10 @@ install:
13
13
- MKDIR bin
14
14
- if [%COMPILER%]==[gcc] SET PATH_ORIGINAL=%PATH%
15
15
- if [%COMPILER%]==[gcc] (
16
- SET "CLANG_PARAMS=-C tests zstd fullbench fuzzer zbufftest paramgrill datagen CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sign-conversion"" &&
17
16
SET "PATH_MINGW32=c:\MinGW\bin;c:\MinGW\usr\bin" &&
18
17
SET "PATH_MINGW64=c:\msys64\mingw64\bin;c:\msys64\usr\bin" &&
19
18
COPY C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe &&
20
19
COPY C:\MinGW\bin\gcc.exe C:\MinGW\bin\cc.exe
21
- ) else (
22
- IF [%PLATFORM%]==[x64] (SET ADDITIONALPARAM=/p:LibraryPath="C:\Program Files\Microsoft SDKs\Windows\v7.1\lib\x64;c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\lib\amd64;C:\Program Files (x86)\Microsoft Visual Studio 10.0\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\lib\amd64;")
23
20
)
24
21
25
22
build_script :
@@ -41,7 +38,3 @@ build_script:
41
38
42
39
test_script :
43
40
- ECHO Testing %COMPILER% %PLATFORM% %CONFIGURATION%
44
- - SET FUZZERTEST=-T1mn
45
- - if [%COMPILER%]==[gcc] (
46
- if [%PLATFORM%]==[mingw64] tests\fuzzer_clang.exe %FUZZERTEST%
47
- )
You can’t perform that action at this time.
0 commit comments