diff --git a/concourse/build.yaml b/concourse/build.yaml new file mode 100644 index 0000000..63b9bbd --- /dev/null +++ b/concourse/build.yaml @@ -0,0 +1,12 @@ +platform: windows + +inputs: + - name: project-src + path: . + +params: + CONTEXT: . + +run: + path: go + args: build diff --git a/concourse/test.yaml b/concourse/test.yaml new file mode 100644 index 0000000..0de1cf8 --- /dev/null +++ b/concourse/test.yaml @@ -0,0 +1,12 @@ +platform: windows + +inputs: + - name: project-src + path: . + +params: + CONTEXT: . + +run: + path: go + args: test