Commit 68571421 authored by Administrator's avatar Administrator

Update .gitlab-ci.yml

parent 43ce27fb
Pipeline #92 failed with stages
in 28 seconds
......@@ -37,7 +37,7 @@ compile:
stage: build
script:
#- go build -race -ldflags "-extldflags '-static'" -o $CI_PROJECT_DIR/mybinary
- go build test.exe
- go build -o test.exe
artifacts:
paths:
- 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