From 562bedbcbfde94cc58fa65088dced2400a2f4b7f Mon Sep 17 00:00:00 2001 From: nyyu Date: Sun, 1 Aug 2021 09:47:16 +0200 Subject: [PATCH] disable windows msvc for now --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2c21994..12fb4ce 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: rust:alpine commands: - apk add --no-cache mingw-w64-gcc musl-dev - - mkdir ~/.cargo + - mkdir ~/.cargo - echo -e '[target.x86_64-pc-windows-gnu]\nlinker = "x86_64-w64-mingw32-gcc"\nar = "x86_64-w64-mingw32-gcc-ar"' > ~/.cargo/config - rustup target add x86_64-pc-windows-gnu - rustup component add clippy @@ -79,4 +79,6 @@ steps: from_secret: maven_password when: branch: - - master \ No newline at end of file + - master + target: + - windows-msvc