Selaa lähdekoodia

initial drone CI config

main
John Robinson 1 vuosi sitten
vanhempi
commit
0471c808c3
1 muutettua tiedostoa jossa 24 lisäystä ja 0 poistoa
  1. +24
    -0
      .drone.yml

+ 24
- 0
.drone.yml Näytä tiedosto

@@ -0,0 +1,24 @@
kind: pipeline
name: default
type: docker

steps:
- name: test
image: golang
volumes:
- name: deps
path: /go
commands:
- go test

- name: build
image: golang
volumes:
- name: deps
path: /go
commands:
- go build

volumes:
- name: deps
temp: {}

Loading…
Peruuta
Tallenna