]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Added travis msvc 64 bit builds.
authorNathan Moinvaziri <nathan@nathanm.com>
Wed, 11 Sep 2019 01:37:32 +0000 (18:37 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sat, 14 Sep 2019 17:15:29 +0000 (19:15 +0200)
.travis.yml

index 4f0e1c99b23b15993a28a776247d33023fa72c72..eb9fd1eba08241b0b63bc7186713c0acd65db0b2 100644 (file)
@@ -20,6 +20,12 @@ matrix:
         - MAKER="cmake --build . --config Release"
         - TESTER="ctest --verbose -C Release"
 
+    - os: windows
+      env:
+        - GENERATOR="cmake . -A x64"
+        - MAKER="cmake --build . --config Release"
+        - TESTER="ctest --verbose -C Release"
+
     - os: windows
       env:
         - GENERATOR="cmake ..\\zlib-ng -DZLIB_COMPAT=ON"