From: Nick Terrell Date: Fri, 23 Sep 2016 02:00:54 +0000 (-0700) Subject: [pzstd] Add tests to appveyor MinGW64 X-Git-Tag: v1.1.0~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F382%2Fhead;p=thirdparty%2Fzstd.git [pzstd] Add tests to appveyor MinGW64 --- diff --git a/appveyor.yml b/appveyor.yml index 8f4e45044..6345c7b39 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -52,6 +52,8 @@ build_script: ECHO *** && ECHO make -C contrib\pzstd pzstd && make -C contrib\pzstd pzstd && + make -C contrib\pzstd googletest-mingw64 && + make -C contrib\pzstd test && make -C contrib\pzstd clean ) - if [%COMPILER%]==[gcc] (