commit c433d4592411b8370930f0e264a510b2e7755486
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2022-08-14T09:37:05Z |
| subject | Adde concourse |
commit c433d4592411b8370930f0e264a510b2e7755486
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2022-08-14T09:37:05Z
Adde concourse
---
concourse/build.yaml | 12 ++++++++++++
concourse/test.yaml | 12 ++++++++++++
2 files changed, 24 insertions(+)
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