From 7b7d39906eff7b6d56d991e9ae7d34255f6e02a9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 9 Dec 2024 15:50:46 +0800 Subject: [PATCH] fix: ci --- .drone.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..b76a505 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,25 @@ +kind: pipeline +type: exec +name: windows打包exe +host_aliases: + - ip: 192.168.0.2 + hostnames: + - git.1000my.com +platform: + os: windows + arch: amd64 + # version: 1809 +clone: + pull: if-not-exists + depth: 1 +trigger: + branch: + - master + event: + - push +steps: +- name: greeting + commands: + - echo hello world + - ipconfig +