Pārlūkot izejas kodu

initial drone CI config

main
John Robinson pirms 1 gada
vecāks
revīzija
0471c808c3
1 mainītis faili ar 24 papildinājumiem un 0 dzēšanām
  1. +24
    -0
      .drone.yml

+ 24
- 0
.drone.yml Parādīt failu

@@ -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: {}

Notiek ielāde…
Atcelt
Saglabāt