Skip to content

Commit

Permalink
Update demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HUUTFJ authored Mar 9, 2024
1 parent 73252e9 commit befaad4
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup node
run: sudo apt-get -y install build-essential
run: sudo apt-get -y install build-essential libreadline-dev zlib1g-dev flex bison libxml2-dev libxslt-dev libssl-dev libxml2-utils xsltproc ccache pkg-config libipc-run-perl
- name: Get PostgreSQL Sources
uses: actions/checkout@v4
with:
repository: HUUTFJ/postgres
# - name: Change directory
# run: cd ${{ github.workspace }}/HUUTFJ/postgres
- name: Configure PostgreSQL
run: ./configure --enable-cassert --enable-debug
- name: Build PostgreSQL
run: make -j2
# - name: Configure PostgreSQL
# run: ./configure --enable-cassert --enable-debug --enable-tap-tests
# - name: Build PostgreSQL
# run: make -j4
# TODO: cache the build output
# XXX: Should we change the job here?
- name: Get pg_follower Sources
uses: actions/checkout@v4
with:
repository: HUUTFJ/pg_follower
path: postgres/contrib/pg_follower

0 comments on commit befaad4

Please sign in to comment.