PostgreSQL-IBAN/.github/workflows/c-cpp.yml

22 lines
370 B
YAML
Raw Normal View History

2020-10-24 17:15:53 +00:00
name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
2020-10-24 17:17:20 +00:00
- name: Install PostgreSQL development tools
2020-10-24 17:19:38 +00:00
run: sudo apt install postgresql-server-dev-13
2020-10-24 17:21:12 +00:00
- name: Make
2020-10-24 17:19:38 +00:00
run: make
2020-10-24 17:37:13 +00:00
# - name: Install
# run: sudo make install