Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions .github/workflows/freebsd.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/haiku.yml

This file was deleted.

34 changes: 9 additions & 25 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,20 @@
name: Ubuntu Linux
name: build Linux

on:
push:
branches:
- '**'
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v6
- name: Install dependencies
run: >-
sudo apt-get install -qq -y -o=Dpkg::Use-Pty=0
gcc
meson-1.7
ninja-build
libpq-dev
libncurses-dev
libreadline-dev
- name: Configure Meson
run: meson setup build --backend ninja --buildtype release
- name: Build
run: meson compile -C build
- name: Test
run: build/pspg --info
- name: Upload Meson log
uses: actions/upload-artifact@v7
if: ${{ failure() }}
with:
name: Meson log
path: build/meson-logs/meson-log.txt
- uses: actions/checkout@v3
- name: configure
run: ./configure
- name: make
run: make

37 changes: 0 additions & 37 deletions .github/workflows/macos.yml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/workflows/windows-static.yml

This file was deleted.

55 changes: 0 additions & 55 deletions .github/workflows/windows.yml

This file was deleted.

5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,4 @@ pspg
/config.cache
/config.log
/config.status
/config.make

/build
/vcpkg_installed
/config.make
Loading
Loading