Skip to content

Commit 980a08f

Browse files
committed
test7
1 parent 733640f commit 980a08f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

appveyor.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@ install:
1313
- MKDIR bin
1414
- if [%COMPILER%]==[gcc] SET PATH_ORIGINAL=%PATH%
1515
- 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"" &&
1716
SET "PATH_MINGW32=c:\MinGW\bin;c:\MinGW\usr\bin" &&
1817
SET "PATH_MINGW64=c:\msys64\mingw64\bin;c:\msys64\usr\bin" &&
1918
COPY C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe &&
2019
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;")
2320
)
2421

2522
build_script:
@@ -41,7 +38,3 @@ build_script:
4138

4239
test_script:
4340
- ECHO Testing %COMPILER% %PLATFORM% %CONFIGURATION%
44-
- SET FUZZERTEST=-T1mn
45-
- if [%COMPILER%]==[gcc] (
46-
if [%PLATFORM%]==[mingw64] tests\fuzzer_clang.exe %FUZZERTEST%
47-
)

0 commit comments

Comments
 (0)