Adde concourse

This commit is contained in:
斟酌 鵬兄 2022-08-14 17:37:05 +08:00
parent b133c9e23f
commit c433d45924
2 changed files with 24 additions and 0 deletions

12
concourse/build.yaml Normal file
View File

@ -0,0 +1,12 @@
platform: windows
inputs:
- name: project-src
path: .
params:
CONTEXT: .
run:
path: go
args: build

12
concourse/test.yaml Normal file
View File

@ -0,0 +1,12 @@
platform: windows
inputs:
- name: project-src
path: .
params:
CONTEXT: .
run:
path: go
args: test