File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments