Browse Source

fix: ci

pull/1/head
Your Name 2 years ago
parent
commit
7b7d39906e
  1. 25
      .drone.yml

25
.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
Loading…
Cancel
Save