Compare commits
2 commits
9e564576e6
...
c22789051b
Author | SHA1 | Date | |
---|---|---|---|
c22789051b | |||
5ac6e87feb |
21 changed files with 14 additions and 0 deletions
14
.drone.yml
Normal file
14
.drone.yml
Normal 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
|
Loading…
Reference in a new issue