Skip to content
Snippets Groups Projects
Commit ad5869fa authored by Martina Müller's avatar Martina Müller
Browse files

ci: use make build in ci build job, #30

parent 154a18e0
No related branches found
No related tags found
No related merge requests found
......@@ -69,10 +69,9 @@ test-all:
build:
stage: build
script:
# we should actually use `make build` here, see #30
- go build -ldflags "-extldflags '-static'" -tags netgo -o $CI_PROJECT_DIR/tank ./cmd/tank
## sqlite needs cgo... :(
##- go build -o $CI_PROJECT_DIR/tank ./cmd/tank
# ensure dependencies are installed before running make
- apt-get update && apt-get install -y make
- make build
rules: *feature-rules
artifacts:
paths:
......
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