From c96027578a896aedc4bd440895f3cee43875957f Mon Sep 17 00:00:00 2001 From: Justine Pelletreau Date: Fri, 14 Jul 2023 01:54:14 +0200 Subject: [PATCH] drone ' --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 5f8d611..f7a6338 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,6 +18,9 @@ steps: image: rust:latest commands: - cargo build --release + - rustup target add x86_64-pc-windows-gnu + - rustup toolchain install stable-x86_64-pc-windows-gnu + - cargo build --target x86_64-pc-windows-gnu --release when: event: include: @@ -32,6 +35,7 @@ steps: note: This is an automated release files: - ./target/release/portnut + - ./target/x86_64-pc-windows-gnu/release/portnut.exe when: event: include: