Skip to content

Commit 68ad287

Browse files
committed
ppln
1 parent 95ea05a commit 68ad287

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

build_darwin.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,20 @@ resources:
88

99

1010
jobs:
11-
- name: runtests
11+
- name: runtest_freebsd
1212
public: true
1313
serial: true
1414
plan:
1515
- get: postgresql
16-
- task: runtests
16+
trigger: true
17+
- task: tests_freebsd
1718
file: postgresql/build.yml
19+
20+
- name: runtest_darwin
21+
public: true
22+
serial: true
23+
plan:
24+
- get: postgresql
25+
trigger: true
26+
- task: tests_darwin
27+
file: postgresql/build_darwin.yml

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy