Commit 0c8bd30d authored by Administrator's avatar Administrator

Update .gitlab-ci.yml

parent 7604918a
Pipeline #86 failed with stages
in 28 seconds
...@@ -33,7 +33,8 @@ format: ...@@ -33,7 +33,8 @@ format:
compile: compile:
stage: build stage: build
script: script:
- go build -race -ldflags "-extldflags '-static'" -o $CI_PROJECT_DIR/mybinary #- go build -race -ldflags "-extldflags '-static'" -o $CI_PROJECT_DIR/mybinary
- go build -race -ldflags "-extldflags '-static'" -o c:\test.exe
artifacts: artifacts:
paths: paths:
- mybinary - mybinary
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment