]> git.lizzy.rs Git - rust.git/blobdiff - appveyor.yml
Version bump
[rust.git] / appveyor.yml
index 7cbdbb3b4bea9df009dd66d74d7a7e5a8f6795f2..32ea8c62a2de617f00d09ad1449cf222b32e0a16 100644 (file)
@@ -2,16 +2,17 @@ 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
 
 install:
+    - set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
     - curl -sSf -o rustup-init.exe https://win.rustup.rs/
     - rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
     - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin;C:\Users\appveyor\.rustup\toolchains\nightly-%TARGET%\bin
@@ -22,12 +23,12 @@ install:
 build: false
 
 test_script:
+    - set RUST_BACKTRACE=1
     - cargo build --features debugging
     - cargo test --features debugging
-    - mkdir -p rust/cargo/bin
-    - copy target\debug\cargo-clippy 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