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

Deps everywhere, otherwise I have to install gox everywhere

parent d5c739bf
Branches
No related tags found
1 merge request!4WIP: Add additional CI checks
Pipeline #223 failed
......@@ -15,7 +15,7 @@ stages:
- test
- build
before_script:
before_script: &before_script
- mkdir -p $GOPATH/src/$(dirname $REPO_NAME)
- cp -R $CI_PROJECT_DIR $GOPATH/src/$REPO_NAME
- cd $GOPATH/src/$REPO_NAME
......@@ -63,7 +63,7 @@ lint_code:
build:
stage: build
before_script:
before_script: *before_script
- go get github.com/mitchellh/gox
script:
- gox -output="${CI_PROJECT_DIR}/${PROJECT_NAME}/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment