Browse Source

add drone pipeline

liubing 10 months ago
parent
commit
67d48138dc
2 changed files with 9 additions and 0 deletions
  1. 8 0
      .drone.yml
  2. 1 0
      .gitignore

+ 8 - 0
.drone.yml

@@ -0,0 +1,8 @@
+type: docker
+name: default
+steps:
+- name: test
+  image: alpine
+  commands:
+  - echo hello
+  - echo world

+ 1 - 0
.gitignore

@@ -1,2 +1,3 @@
 node_modules
 dist
+.idea