Lines Matching +full:- +full:- +full:bin
4 - COMPILER: "visual"
7 - COMPILER: "visual"
10 - COMPILER: "visual"
13 - COMPILER: "visual"
16 - COMPILER: "gcc"
18 - COMPILER: "gcc"
20 - COMPILER: "gcc"
24 - ECHO Installing %COMPILER% %PLATFORM% %CONFIGURATION%
25 - MKDIR bin
26 - if [%COMPILER%]==[gcc] SET PATH_ORIGINAL=%PATH%
27 - if [%COMPILER%]==[gcc] (
28 SET "PATH_MINGW32=c:\MinGW\bin;c:\MinGW\usr\bin" &&
29 SET "PATH_MINGW64=c:\msys64\mingw64\bin;c:\msys64\usr\bin" &&
30 COPY C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe &&
31 COPY C:\MinGW\bin\gcc.exe C:\MinGW\bin\cc.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 && make -C tests fullbench && make -C lib lib
52 …make -C programs lz4 CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sig…
53 …make -C tests fullbench CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-…
54 …make -C lib lib CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sign-con…
57 - if [%COMPILER%]==[gcc] if not [%PLATFORM%]==[clang] (
58 MKDIR bin\dll bin\static bin\example bin\include &&
59 COPY tests\fullbench.c bin\example\ &&
60 COPY lib\xxhash.c bin\example\ &&
61 COPY lib\xxhash.h bin\example\ &&
62 COPY lib\lz4.h bin\include\ &&
63 COPY lib\lz4hc.h bin\include\ &&
64 COPY lib\lz4frame.h bin\include\ &&
65 COPY lib\liblz4.a bin\static\liblz4_static.lib &&
66 COPY lib\dll\liblz4.* bin\dll\ &&
67 COPY lib\dll\example\Makefile bin\example\ &&
68 COPY lib\dll\example\fullbench-dll.* bin\example\ &&
69 COPY lib\dll\example\README.md bin\ &&
70 COPY programs\lz4.exe bin\lz4.exe
72 - if [%COMPILER%]==[gcc] if [%PLATFORM%]==[mingw64] (
73 …7z.exe a bin\lz4_x64.zip NEWS .\bin\lz4.exe .\bin\README.md .\bin\example .\bin\dll .\bin\static .…
74 appveyor PushArtifact bin\lz4_x64.zip
76 - if [%COMPILER%]==[gcc] if [%PLATFORM%]==[mingw32] (
77 …7z.exe a bin\lz4_x86.zip NEWS .\bin\lz4.exe .\bin\README.md .\bin\example .\bin\dll .\bin\static .…
78 appveyor PushArtifact bin\lz4_x86.zip
80 - if [%COMPILER%]==[gcc] (COPY tests\fullbench.exe programs\)
81 - if [%COMPILER%]==[visual] (
98 COPY visual\VS2010\bin\%PLATFORM%_%CONFIGURATION%\*.exe programs\
102 - ECHO *** &&
105 - if not [%COMPILER%]==[unknown] (
107 lz4 -h &&
108 lz4 -i1b lz4.exe &&
109 lz4 -i1b5 lz4.exe &&
110 lz4 -i1b10 lz4.exe &&
111 lz4 -i1b15 lz4.exe &&
112 echo ------- lz4 tested ------- &&
113 fullbench.exe -i1 fullbench.exe
117 - path: bin\lz4_x64.zip
118 - path: bin\lz4_x86.zip
121 - provider: GitHub
122 artifact: bin\lz4_x64.zip
132 - provider: GitHub
133 artifact: bin\lz4_x86.zip