aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Hanley <felix@userspace.com.au>2019-03-14 00:01:27 +0000
committerFelix Hanley <felix@userspace.com.au>2019-03-14 00:01:27 +0000
commit596ef958d79a91bf420365fdae28c6b2c4803550 (patch)
tree7182867086642ffcf639721dd67d700f2bcc39b3
parent2107b3b5d740ede55b298440d839fe7f691bf3b2 (diff)
downloadmigrate-596ef958d79a91bf420365fdae28c6b2c4803550.tar.gz
migrate-596ef958d79a91bf420365fdae28c6b2c4803550.tar.bz2
Add missing packages to drone config
-rw-r--r--.drone.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index eb53b5e..ecb330d 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -4,5 +4,6 @@ steps:
- name: test
image: "golang:alpine"
commands:
- - go test -race -short -coverprofile=coverage.txt -covermode=atomic ./...
+ - apk add --no-cache gcc ca-certificates git make
+ - make
- bash <(curl -s https://codecov.io/bash)