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
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
image: golang:latest image: containers.ethitter.com:443/docker/images/golang:latest
variables: variables:
REPO_NAME: git.ethitter.com/debian/eth-log-alerting REPO_NAME: git.ethitter.com/debian/eth-log-alerting
...@@ -20,6 +20,8 @@ before_script: ...@@ -20,6 +20,8 @@ before_script:
- cp -R $CI_PROJECT_DIR $GOPATH/src/$REPO_NAME - cp -R $CI_PROJECT_DIR $GOPATH/src/$REPO_NAME
- cd $GOPATH/src/$REPO_NAME - cd $GOPATH/src/$REPO_NAME
- export CC=clang-5.0
- make dep - make dep
unit_tests: unit_tests:
......
...@@ -27,7 +27,6 @@ coverhtml: ...@@ -27,7 +27,6 @@ coverhtml:
dep: dep:
@go get -v -d ./... @go get -v -d ./...
@go get -u github.com/golang/lint/golint
@go get github.com/mitchellh/gox @go get github.com/mitchellh/gox
build: dep build: dep
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment