ci: build joj3 in drone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
张泊明518370910136 2024-03-04 21:41:59 -05:00
parent f73845b1c3
commit 774cc451fa
GPG Key ID: D47306D7062CDA9D

16
.drone.yml Normal file
View File

@ -0,0 +1,16 @@
---
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