From 1463a3cf0d1a2687e0a6deaf54630ad0c7fcec06 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Wed, 14 Apr 2021 21:21:59 +0200 Subject: [PATCH] Revert "add windows tests to CI" I guess this isn't a good idea... This reverts commit 831e971914e8f84e59dbbb7457d2620a596a2efc. --- .drone.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.drone.yml b/.drone.yml index f195c7d..8b94bf3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,22 +16,6 @@ steps: - apt update - apt install -y libgtk-3-dev - cargo test -v --release - - - name: test-windows-debug - image: lordmzte/rust-win - depends_on: [ clone ] - commands: - - apt update - - apt install -y wine - - cargo test -v --target x86_64-pc-windows-gnu - - - name: test-windows-release - image: lordmzte/rust-win - depends_on: [ clone ] - commands: - - apt update - - apt install -y wine - - cargo test -v --release --target x86_64-pc-windows-gnu --- kind: pipeline name: release