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

Commit48d3092

Browse files
committed
ci
1 parent090c832 commit48d3092

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

‎build.yml‎

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
resources:
2+
-name:postgres_src
3+
type:git
4+
source:
5+
uri:https://github.com/postgrespro/postgres_cluster.git
6+
branch:ci
7+
8+
jobs:
9+
-name:build
10+
plan:
11+
-get:postgres_src
12+
trigger:true
13+
-task:specs
14+
config:
15+
platform:linux
16+
inputs:
17+
-name:postgres_src
18+
run:
19+
# path: pwd
20+
path:postgres_src/configure
21+
args:["--enable-debug --enable-cassert --enable-tap-tests --enable-depend"]
22+
# path: sh
23+
# args:
24+
# - -c
25+
# - |
26+
# env
27+
# mkdir ios-concourse/ExampleForConcourse/Pods
28+
# chown -R $SUDO_USER ios-concourse/
29+
# chown -R $SUDO_USER ~/Library/Caches/CocoaPods
30+
# chown -R $SUDO_USER ~/.cocoapods
31+
# cd ios-concourse/ExampleForConcourse
32+
# sudo -u $SUDO_USER bundle exec fastlane test

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp