]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
[pzstd] Add appveyor build commands
authorNick Terrell <terrelln@fb.com>
Tue, 6 Sep 2016 21:00:55 +0000 (14:00 -0700)
committerNick Terrell <terrelln@fb.com>
Tue, 6 Sep 2016 22:01:23 +0000 (15:01 -0700)
appveyor.yml

index 4e21db1c44a13cad5420d8e96aae50ccbdb2c555..f5eab80d85886db032d183d7c0af270a886d4d8e 100644 (file)
@@ -45,7 +45,13 @@ build_script:
       ECHO make %CLANG_PARAMS% &&
       make %CLANG_PARAMS% &&
       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] (
       ECHO *** &&