Skip to content
Snippets Groups Projects

WIP: Add additional CI checks

Closed Erick Hitter requested to merge add/more-ci into master
+ 2
3
@@ -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,9 +63,8 @@ lint_code:
build:
stage: build
before_script: *before_script
- go get github.com/mitchellh/gox
script:
- go get github.com/mitchellh/gox
- gox -output="${CI_PROJECT_DIR}/${PROJECT_NAME}/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=6
artifacts:
paths:
Loading