Skip to content

[Reg] build: CI: Cirrus: Remove all tasks except for FreeBSD 14 and m… #1447

[Reg] build: CI: Cirrus: Remove all tasks except for FreeBSD 14 and m…

[Reg] build: CI: Cirrus: Remove all tasks except for FreeBSD 14 and m… #1447

name: Ubuntu 22.04 Makefile
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: install dependencies
run: sudo apt-get update && sudo apt-get install -y subversion libxml-xpath-perl git mawk zip unzip p7zip xz-utils make binutils gcc g++ clang tcc pcc pkg-config help2man doxygen autoconf autoconf-archive automake libtool ccache zlib1g-dev libmpg123-dev libogg-dev libvorbis-dev portaudio19-dev libpulse-dev libsdl2-dev libflac-dev libsndfile1-dev libltdl-dev
- name: setup parallel make
run: echo "MAKEFLAGS=-j$(nproc)" >> $GITHUB_ENV
- name: make
run: make STRICT=1
- name: make check
run: make STRICT=1 check