ok-ready-go/.drone.yml
Dorian Zedler c22789051b
Some checks reported errors
continuous-integration/drone Build was killed
CI: add .drone.yml
2023-02-16 11:47:48 +01:00

14 lines
273 B
YAML

kind: pipeline
type: exec
name: build-qt-macos-app
platform:
os: windows
arch: x86
steps:
- name: test
commands:
- RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --target $(rustup show | head -n 1 | awk '{print $NF}')
trigger:
branch:
- main