Skip to content

Commit

Permalink
Add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Florents-Tselai committed Mar 1, 2024
1 parent 888b60f commit 7f65730
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build
on: [push, pull_request]
on: [ push, pull_request ]
jobs:
ubuntu:
runs-on: ${{ matrix.os }}
Expand All @@ -23,6 +23,16 @@ jobs:
with:
postgres-version: ${{ matrix.postgres }}
dev-files: true

- name: Install dependencies
run: |
sudo apt update
sudo apt install -y build-essential \
pkg-config \
autoconf \
libtool \
jq libjq-dev
- run: make
env:
PG_CFLAGS: #-Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare
Expand Down

0 comments on commit 7f65730

Please sign in to comment.