JOJ3/.drone.yml
张泊明518370910136 774cc451fa
Some checks failed
continuous-integration/drone/push Build is failing
ci: build joj3 in drone
2024-03-04 21:41:59 -05:00

17 lines
228 B
YAML

---
kind: pipeline
type: ssh
name: CI
server:
host: 111.186.59.59
user: drone
ssh_key:
from_secret: joj3-test
steps:
- name: build
commands:
- make
- ./_example/simple/run.sh
- cp build/joj3 ~/.local/bin/joj3