Skip to content

Also install gsettings-desktop-schemas. #34

Also install gsettings-desktop-schemas.

Also install gsettings-desktop-schemas. #34

Workflow file for this run

name: Build
on:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt update -y
sudo apt upgrade -y
sudo apt install -y gdb gtk-doc-tools gsettings-desktop-schemas yelp-tools intltool autopoint valgrind aspell-en xvfb \
libglib2.0-dev libgsf-1-dev libgtk-3-dev libclutter-1.0-dev libclutter-gtk-1.0-dev libgirepository1.0-dev gstreamer1.0-tools gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-alsa libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgudev-1.0-dev liborc-dev libasound2-dev check libfluidsynth-dev libxml2-utils libgstreamer1.0-dev libglib2.0-dev libunwind-dev
- name: autogen.sh
run: |
./autogen.sh --noconfigure
- name: configure
run: |
./configure --enable-coverage --enable-gtk-doc --enable-man
- name: make
run: |
make V=1
- name: make check
id: check
run: |
make -k check
- name: Rerun failed tests under gdb and get backtraces
id: rerun_tests
if: always() && steps.check.outcome == 'failure'
run: |
cat ./bt_edit.log ./test-suite.log
scripts/gdbtests.sh ./test-suite.log
- uses: pcolby/tap-summary@v1
if: always()
with:
path: |
/tmp/*.tap
summary-file: tap_summary.md
- uses: actions/upload-artifact@v4
if: always() && steps.check.outcome == 'failure' && steps.rerun_tests.outcome == 'success'
with:
path: |
*.log
!config.log
tests/*.log
tap_summary.md
bml.tar.bz2
bt_cmd.tar.bz2
bt_core.tar.bz2
bt_edit.tar.bz2
bt_gst.tar.bz2
bt_ic.tar.bz2
/tmp/*.tap
/tmp/record.*