Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit68ad287

Browse files
committed
ppln
1 parent95ea05a commit68ad287

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)

[8]ページ先頭

©2009-2025 Movatter.jp