This commit is contained in:
parent
f3f3609ba2
commit
13cb6f01d5
1 changed files with 12 additions and 0 deletions
12
.drone.yml
12
.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
|
kind: pipeline
|
||||||
type: exec
|
type: exec
|
||||||
name: build-receiver-windows
|
name: build-receiver-windows
|
||||||
|
|
Loading…
Reference in a new issue