Lines Matching +full:x86_64 +full:- +full:w64 +full:- +full:mingw32

4   - COMPILER: "gcc"
6 - COMPILER: "gcc"
7 PLATFORM: "mingw32"
8 - COMPILER: "visual"
11 - COMPILER: "visual"
14 - COMPILER: "visual"
17 - COMPILER: "visual"
20 - COMPILER: "gcc"
24 - ECHO Installing %COMPILER% %PLATFORM% %CONFIGURATION%
25 - MKDIR bin
26 - if [%COMPILER%]==[gcc] SET PATH_ORIGINAL=%PATH%
27 - if [%COMPILER%]==[gcc] (
30 COPY C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe &&
37 - if [%PLATFORM%]==[mingw32] SET PATH=%PATH_MINGW32%;%PATH_ORIGINAL%
38 - if [%PLATFORM%]==[mingw64] SET PATH=%PATH_MINGW64%;%PATH_ORIGINAL%
39 - if [%PLATFORM%]==[clang] SET PATH=%PATH_MINGW64%;%PATH_ORIGINAL%
40 - ECHO *** &&
43 - if [%PLATFORM%]==[clang] (clang -v)
44 - if [%COMPILER%]==[gcc] (gcc -v)
45 - if [%COMPILER%]==[gcc] (
46 echo ----- &&
47 make -v &&
48 echo ----- &&
50 make -C programs lz4 &&
51 make -C tests fullbench &&
52 make -C tests fuzzer &&
53 make -C lib lib V=1
55 …make -C programs lz4 CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sig…
56 …make -C tests fullbench CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-
57 …make -C tests fuzzer CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sig…
58 …make -C lib lib CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sign-con…
61 - if [%COMPILER%]==[gcc] if not [%PLATFORM%]==[clang] (
72 COPY lib\dll\example\fullbench-dll.* bin\example\ &&
76 - if [%COMPILER%]==[gcc] if [%PLATFORM%]==[mingw64] (
77 …7z.exe a -bb1 bin\lz4_x64.zip NEWS .\bin\lz4.exe .\bin\README.md .\bin\example .\bin\dll .\bin\sta…
80 - if [%COMPILER%]==[gcc] if [%PLATFORM%]==[mingw32] (
81 …7z.exe a -bb1 bin\lz4_x86.zip NEWS .\bin\lz4.exe .\bin\README.md .\bin\example .\bin\dll .\bin\sta…
84 - if [%COMPILER%]==[gcc] (COPY tests\*.exe programs\)
85 - if [%COMPILER%]==[visual] (
106 - ECHO *** &&
109 - if not [%COMPILER%]==[unknown] (
111 lz4 -h &&
112 lz4 -i1b lz4.exe &&
113 lz4 -i1b5 lz4.exe &&
114 lz4 -i1b10 lz4.exe &&
115 lz4 -i1b15 lz4.exe &&
116 echo ------- lz4 tested ------- &&
117 fullbench.exe -i1 fullbench.exe &&
119 fuzzer.exe -v -T30s
123 - path: bin\lz4_x64.zip
124 - path: bin\lz4_x86.zip
127 - provider: GitHub
138 - provider: GitHub
146 PLATFORM: "mingw32"