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