Commit 43ce27fb authored by Administrator's avatar Administrator

Update .gitlab-ci.yml

parent 2b81c17b
Pipeline #91 failed with stages
in 28 seconds
...@@ -37,7 +37,7 @@ compile: ...@@ -37,7 +37,7 @@ 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 - go build 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