Sfoglia il codice sorgente

Add Drone pipeline configuration

Frans Bergman 2 anni fa
parent
commit
adef304e5c
1 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  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