Explorar el Código

Add Drone pipeline configuration

Frans Bergman hace 2 años
padre
commit
adef304e5c
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. 13 0
      .drone.yml

+ 13 - 0
.drone.yml

@@ -0,0 +1,13 @@
+kind: pipeline
+type: docker
+name: default
+
+steps:
+- name: build
+  image: rust:latest
+  commands:
+  - cargo build
+  when:
+    event:
+    - push
+    - pull_request