]> git.lizzy.rs Git - rust.git/blobdiff - appveyor.yml
Version bump
[rust.git] / appveyor.yml
index 6f9ead88b2a7a343b585b63aafb5c8af0faee0f0..32ea8c62a2de617f00d09ad1449cf222b32e0a16 100644 (file)
@@ -2,12 +2,12 @@ environment:
     global:
         PROJECT_NAME: rust-clippy
     matrix:
-        - TARGET: i686-pc-windows-gnu
-          MSYS2_BITS: 32
-        - TARGET: i686-pc-windows-msvc
-          MSYS2_BITS: 32
-        - TARGET: x86_64-pc-windows-gnu
-          MSYS2_BITS: 64
+        #- TARGET: i686-pc-windows-gnu
+        #  MSYS2_BITS: 32
+        #- TARGET: i686-pc-windows-msvc
+        #  MSYS2_BITS: 32
+        #- TARGET: x86_64-pc-windows-gnu
+        #  MSYS2_BITS: 64
         - TARGET: x86_64-pc-windows-msvc
           MSYS2_BITS: 64
 
@@ -26,9 +26,9 @@ test_script:
     - set RUST_BACKTRACE=1
     - cargo build --features debugging
     - cargo test --features debugging
-    - copy clippy_tests\target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\
-    - cargo clippy -- -D clippy
-    - cd clippy_lints && cargo clippy -- -D clippy && cd ..
+    #- copy target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\
+    #- cargo clippy -- -D clippy
+    #- cd clippy_lints && cargo clippy -- -D clippy && cd ..
 
 notifications:
     - provider: Email