diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..cccd9b8 --- /dev/null +++ b/.drone.yml @@ -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 \ No newline at end of file