Skip to content
Snippets Groups Projects
Commit 402ed32d authored by Erick Hitter's avatar Erick Hitter
Browse files

Another missing dependency

parent f47dc63d
Branches
No related tags found
1 merge request!4Better CI
Pipeline #149 failed
image: golang:latest
image: containers.ethitter.com:443/docker/images/golang:latest
variables:
REPO_NAME: git.ethitter.com/debian/eth-log-alerting
......@@ -20,6 +20,8 @@ before_script:
- cp -R $CI_PROJECT_DIR $GOPATH/src/$REPO_NAME
- cd $GOPATH/src/$REPO_NAME
- export CC=clang-5.0
- make dep
unit_tests:
......
......@@ -27,7 +27,6 @@ coverhtml:
dep:
@go get -v -d ./...
@go get -u github.com/golang/lint/golint
@go get github.com/mitchellh/gox
build: dep
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment