Commit 54d86baf authored by Chunchi Che's avatar Chunchi Che

add gitlab-ci.yml and update .gitignore

parent 2122cde6
Pipeline #17190 failed with stages
in 5 seconds
......@@ -16,3 +16,4 @@
# product
ygopro-proxy
/builds
stages:
- test
- build
- deploy
go_test:
stage: test
tags:
- linux
script: go test
go_build:
stage: build
tags:
- linux
script: go build
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