ok-ready-go/.drone.yml

17 lines
363 B
YAML
Raw Normal View History

2023-02-16 11:47:48 +01:00
kind: pipeline
type: exec
2023-02-16 11:58:04 +01:00
name: build-receiver-windows
2023-02-16 11:47:48 +01:00
platform:
os: windows
2023-02-16 11:58:32 +01:00
arch: amd64
2023-02-16 11:47:48 +01:00
steps:
- name: test
2023-02-16 12:09:56 +01:00
environment:
RUSTFLAGS: '-C target-feature=+crt-static'
2023-02-16 11:47:48 +01:00
commands:
2023-02-16 12:22:16 +01:00
- C:\Users\doria\.cargo\bin\rustup.exe default stable
2023-02-16 12:21:17 +01:00
- C:\Users\doria\.cargo\bin\cargo.exe build --release --target x86_64-pc-windows-msvc
2023-02-16 11:47:48 +01:00
trigger:
branch:
- main