]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
* Fixed wrong compilers listed for Windows.
authorNathan Moinvaziri <nathan@nathanm.com>
Fri, 23 Aug 2019 08:16:22 +0000 (01:16 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 23 Aug 2019 08:16:22 +0000 (10:16 +0200)
.travis.yml

index 4b016a6ab50f93a25ee30fe7bb67164e79aa0ce9..4f0e1c99b23b15993a28a776247d33023fa72c72 100644 (file)
@@ -13,30 +13,20 @@ env:
 matrix:
   include:
     # Windows tests
-    #   clang/cmake
+    #   msvc/cmake
     - os: windows
-      compiler: clang
       env:
         - GENERATOR="cmake . "
         - MAKER="cmake --build . --config Release"
         - TESTER="ctest --verbose -C Release"
 
     - os: windows
-      compiler: clang
       env:
         - GENERATOR="cmake ..\\zlib-ng -DZLIB_COMPAT=ON"
         - MAKER="cmake --build . --config Release"
         - TESTER="ctest --verbose -C Release"
         - BUILDDIR=..\\build
 
-    #   gcc/cmake
-    - os: windows
-      compiler: gcc
-      env:
-        - GENERATOR="cmake ."
-        - MAKER="cmake --build . --config Release"
-        - TESTER="ctest --verbose -C Release"
-
 
     # Linux x86-64 tests
     #   gcc/configure