Adde concourse
This commit is contained in:
parent
b133c9e23f
commit
c433d45924
12
concourse/build.yaml
Normal file
12
concourse/build.yaml
Normal 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
12
concourse/test.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
platform: windows
|
||||||
|
|
||||||
|
inputs:
|
||||||
|
- name: project-src
|
||||||
|
path: .
|
||||||
|
|
||||||
|
params:
|
||||||
|
CONTEXT: .
|
||||||
|
|
||||||
|
run:
|
||||||
|
path: go
|
||||||
|
args: test
|
Loading…
Reference in New Issue
Block a user