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

Fix CI

parent 9d66d69d
No related branches found
No related tags found
1 merge request!5Add go.mod
...@@ -21,7 +21,7 @@ before_script: ...@@ -21,7 +21,7 @@ before_script:
- cd $GOPATH/src/$REPO_NAME - cd $GOPATH/src/$REPO_NAME
- cp config-sample.json config.json - cp config-sample.json config.json
- export CC=clang-5.0 - export CC=clang
- make dep - make dep
...@@ -63,4 +63,4 @@ build: ...@@ -63,4 +63,4 @@ build:
- make - make
artifacts: artifacts:
paths: paths:
- gitlab-runner-do-monitor/ - gitlab-runner-do-monitor/
\ No newline at end of file
...@@ -30,7 +30,7 @@ dep: ...@@ -30,7 +30,7 @@ dep:
@go get github.com/mitchellh/gox @go get github.com/mitchellh/gox
build: dep build: dep
@gox -output="${CI_PROJECT_DIR}/${PROJECT_NAME}/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=6 @gox -output="${CI_PROJECT_DIR}/${PROJECT_NAME}/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=6 -osarch '!darwin/386'
clean: clean:
@rm -f $(PROJECT_NAME) @rm -f $(PROJECT_NAME)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment