From 13cb6f01d5a66acaf8d3c9d30c3f5df6544dd9e5 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Fri, 17 Feb 2023 19:39:25 +0100 Subject: [PATCH] test --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.drone.yml b/.drone.yml index 3d25477..de2fd62 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,15 @@ +kind: pipeline +type: exec +name: build-receiver-windows +platform: + os: windows + arch: amd64 +steps: +- name: sign + commands: + - ' C:\Program` Files` `(x86`)\Windows` Kits\10\bin\10.0.22621.0\x86\signtool.exe sign /n Itsblue` Development /t http://timestamp.digicert.com /fd SHA256 .\receiver\target\x86_64-pc-windows-msvc\release\receiver.exe' +--- + kind: pipeline type: exec name: build-receiver-windows