[pzstd] Add appveyor build commands
This commit is contained in:
+7
-1
@@ -45,7 +45,13 @@ build_script:
|
|||||||
ECHO make %CLANG_PARAMS% &&
|
ECHO make %CLANG_PARAMS% &&
|
||||||
make %CLANG_PARAMS% &&
|
make %CLANG_PARAMS% &&
|
||||||
COPY tests\fuzzer.exe tests\fuzzer_clang.exe &&
|
COPY tests\fuzzer.exe tests\fuzzer_clang.exe &&
|
||||||
make clean
|
make clean &&
|
||||||
|
ECHO *** &&
|
||||||
|
ECHO *** Building pzstd for %PLATFORM% &&
|
||||||
|
ECHO *** &&
|
||||||
|
ECHO make -C contrib\pzstd pzstd &&
|
||||||
|
make -C contrib\pzstd pzstd &&
|
||||||
|
make -C contrib\pzstd clean
|
||||||
)
|
)
|
||||||
- if [%COMPILER%]==[gcc] (
|
- if [%COMPILER%]==[gcc] (
|
||||||
ECHO *** &&
|
ECHO *** &&
|
||||||
|
|||||||
Reference in New Issue
Block a user