CI: add .drone.yml
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
Dorian Zedler 2023-02-16 11:47:48 +01:00
parent 5ac6e87feb
commit c22789051b
Signed by: dorian
GPG key ID: 989DE36109AFA354

14
.drone.yml Normal file
View file

@ -0,0 +1,14 @@
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