Skip to content

Commit

Permalink
Using droneci
Browse files Browse the repository at this point in the history
  • Loading branch information
magdyamr542 committed May 28, 2023
1 parent c4c4ae3 commit 0551352
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
kind: pipeline
type: docker
name: default

steps:
- name: build
image: golang:1.19
commands:
- go build
- echo "Done building in $DRONE_BRANCH"

- name: test
image: golang:1.19
commands:
- go test -v ./...

trigger:
ref:
- refs/heads/feature-*
- refs/tags/*

0 comments on commit 0551352

Please sign in to comment.