#16 Try using Drone for CI

已合并
getty 4 年之前 将 1 次代码提交从 getty/gr/drone-test合并至 getty/master
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      .drone.yml

+ 12 - 0
.drone.yml

@@ -0,0 +1,12 @@
+kind: pipeline
+name: default
+
+steps:
+- name: test
+  image: python
+  commands:
+  - pip install poetry
+  - pip install invoke
+  - inv install
+  - inv test
+  - inv tc