]> git.lizzy.rs Git - rust.git/blobdiff - appveyor.yml
Version bump
[rust.git] / appveyor.yml
index 729216d0b90458124e8818292126d45389fa22ff..32ea8c62a2de617f00d09ad1449cf222b32e0a16 100644 (file)
@@ -4,8 +4,8 @@ environment:
     matrix:
         #- TARGET: i686-pc-windows-gnu
         #  MSYS2_BITS: 32
-        - TARGET: i686-pc-windows-msvc
-          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
@@ -26,9 +26,9 @@ test_script:
     - set RUST_BACKTRACE=1
     - cargo build --features debugging
     - cargo test --features debugging
-    - copy 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