We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ea05a commit 68ad287Copy full SHA for 68ad287
build_darwin.yml
@@ -0,0 +1,12 @@
1
+platform: darwin
2
+
3
+# image_resource:
4
+# type: docker-image
5
+# source: {repository: concourse/bin-ci}
6
7
+inputs:
8
+- name: postgresql
9
+ path: postgresql
10
11
+run:
12
+ path: postgresql/check.sh
pipeline.yml
@@ -8,10 +8,20 @@ resources:
jobs:
-- name: runtests
+- name: runtest_freebsd
public: true
13
serial: true
14
plan:
15
- get: postgresql
16
- - task: runtests
+ trigger: true
17
+ - task: tests_freebsd
18
file: postgresql/build.yml
19
20
+- name: runtest_darwin
21
+ public: true
22
+ serial: true
23
+ plan:
24
+ - get: postgresql
25
26
+ - task: tests_darwin
27
+ file: postgresql/build_darwin.yml
0 commit comments