feat: 测试CI

develop
Yosheng 2023-08-02 23:08:16 +08:00
parent a2ad57e066
commit 8d75ec84e0
2 changed files with 9 additions and 0 deletions

8
.drone.yml 100644
View File

@ -0,0 +1,8 @@
kind: pipeline # 定义一个管道
type: docker # 当前管道的类型
name: test # 当前管道的名称
steps: # 定义管道的执行步骤
- name: test # 步骤名称
image: node:latest # 当前步骤使用的镜像
commands: # 当前步骤执行的命令
- echo 测试drone执行

View File

@ -23,6 +23,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Dockerfile = Dockerfile
README.md = README.md
NuGet.Config = NuGet.Config
.drone.yml = .drone.yml
EndProjectSection
EndProject
Global