Compare commits
No commits in common. "c22789051b37ce9f99d8e78757adf2026d855cb3" and "9e564576e64ca5f351960640a8304824f06764c8" have entirely different histories.
c22789051b
...
9e564576e6
21 changed files with 0 additions and 14 deletions
14
.drone.yml
14
.drone.yml
|
@ -1,14 +0,0 @@
|
||||||
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