summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2019-11-26 15:03:33 -0500
committerGitHub <noreply@github.com>2019-11-26 15:03:33 -0500
commitbd73669650b2ca71f3381ddc84b9ed4866adea16 (patch)
tree31c2245ff90a5885898bc9ca9d9f4d2b306c4d6d
parentCI: just strip during build lul (diff)
CI: ok fine you can have gcc for tests
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 06948c5..e58ab2f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -58,6 +58,7 @@ steps:
- name: test
image: golang:alpine
commands:
+ - apk add gcc musl-dev # apparently still needed
- go test -v ./...
- name: deploy