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 48d3092 commit 6c903ebCopy full SHA for 6c903eb
build.yml
@@ -12,13 +12,13 @@ jobs:
12
trigger: true
13
- task: specs
14
config:
15
- platform: linux
+ platform: darwin
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"]
+ path: pwd
+ # path: postgres_src/configure
+ # args: ["--enable-debug --enable-cassert --enable-tap-tests --enable-depend"]
22
# path: sh
23
# args:
24
# - -c
0 commit comments