CI: Remove Ubuntu Impish
This commit is contained in:
parent
8bc07b5286
commit
65b2e506b1
|
@ -1147,73 +1147,6 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: dpkg-buildpackage -b -d -uc -us -nc -j2
|
run: dpkg-buildpackage -b -d -uc -us -nc -j2
|
||||||
|
|
||||||
|
|
||||||
build_ubuntu_impish:
|
|
||||||
name: Build Ubuntu Impish
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
container:
|
|
||||||
image: ubuntu:impish
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v1.2.0
|
|
||||||
- name: Install Ubuntu dependencies
|
|
||||||
env:
|
|
||||||
DEBIAN_FRONTEND: noninteractive
|
|
||||||
run: >
|
|
||||||
apt-get update && apt-get install -y
|
|
||||||
build-essential
|
|
||||||
dh-make
|
|
||||||
ssh
|
|
||||||
git
|
|
||||||
make
|
|
||||||
cmake
|
|
||||||
pkg-config
|
|
||||||
gcc
|
|
||||||
g++
|
|
||||||
fakeroot
|
|
||||||
wget
|
|
||||||
curl
|
|
||||||
gettext
|
|
||||||
lsb-release
|
|
||||||
dpkg-dev
|
|
||||||
libglib2.0-dev
|
|
||||||
libboost-dev
|
|
||||||
libdbus-1-dev
|
|
||||||
libprotobuf-dev
|
|
||||||
protobuf-compiler
|
|
||||||
libsqlite3-dev
|
|
||||||
libgnutls28-dev
|
|
||||||
libasound2-dev
|
|
||||||
libpulse-dev
|
|
||||||
libtag1-dev
|
|
||||||
qtbase5-dev
|
|
||||||
qtbase5-dev-tools
|
|
||||||
qttools5-dev
|
|
||||||
qttools5-dev-tools
|
|
||||||
libqt5x11extras5-dev
|
|
||||||
libgstreamer1.0-dev
|
|
||||||
libgstreamer-plugins-base1.0-dev
|
|
||||||
libgstreamer-plugins-good1.0-dev
|
|
||||||
gstreamer1.0-alsa
|
|
||||||
gstreamer1.0-pulseaudio
|
|
||||||
libchromaprint-dev
|
|
||||||
libfftw3-dev
|
|
||||||
libcdio-dev
|
|
||||||
libmtp-dev
|
|
||||||
libgpod-dev
|
|
||||||
- name: Add safe git directory
|
|
||||||
shell: bash
|
|
||||||
run: git config --global --add safe.directory /__w/strawberry/strawberry
|
|
||||||
- name: Create Build Environment
|
|
||||||
shell: bash
|
|
||||||
run: cmake -E make_directory build
|
|
||||||
- name: Configure CMake
|
|
||||||
shell: bash
|
|
||||||
working-directory: build
|
|
||||||
run: cmake .. -DCMAKE_BUILD_TYPE=Debug -DBUILD_WERROR=ON
|
|
||||||
- name: make deb
|
|
||||||
shell: bash
|
|
||||||
run: dpkg-buildpackage -b -d -uc -us -nc -j2
|
|
||||||
|
|
||||||
build_ubuntu_jammy:
|
build_ubuntu_jammy:
|
||||||
name: Build Ubuntu Jammy
|
name: Build Ubuntu Jammy
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue