#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