Remove Ubuntu Eoan from CI
This commit is contained in:
@@ -532,16 +532,6 @@ jobs:
|
|||||||
build_ubuntu_bionic:
|
build_ubuntu_bionic:
|
||||||
docker:
|
docker:
|
||||||
- image: ubuntu:bionic
|
- image: ubuntu:bionic
|
||||||
|
|
||||||
steps:
|
|
||||||
- install_ubuntu_dependencies
|
|
||||||
- checkout
|
|
||||||
- cmake
|
|
||||||
- build_deb
|
|
||||||
|
|
||||||
build_ubuntu_eoan:
|
|
||||||
docker:
|
|
||||||
- image: ubuntu:eoan
|
|
||||||
steps:
|
steps:
|
||||||
- install_ubuntu_dependencies
|
- install_ubuntu_dependencies
|
||||||
- checkout
|
- checkout
|
||||||
@@ -627,10 +617,6 @@ workflows:
|
|||||||
only: /.*/
|
only: /.*/
|
||||||
|
|
||||||
|
|
||||||
- build_ubuntu_eoan:
|
|
||||||
filters:
|
|
||||||
tags:
|
|
||||||
only: /.*/
|
|
||||||
- build_ubuntu_bionic:
|
- build_ubuntu_bionic:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
64
.github/workflows/ccpp.yml
vendored
64
.github/workflows/ccpp.yml
vendored
@@ -811,70 +811,6 @@ jobs:
|
|||||||
run: dpkg-buildpackage -b -d -uc -us -nc -j2
|
run: dpkg-buildpackage -b -d -uc -us -nc -j2
|
||||||
|
|
||||||
|
|
||||||
build_ubuntu_eoan:
|
|
||||||
name: Build Ubuntu Eoan
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
container:
|
|
||||||
image: ubuntu:eoan
|
|
||||||
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
|
|
||||||
ssh
|
|
||||||
git
|
|
||||||
make
|
|
||||||
cmake
|
|
||||||
pkg-config
|
|
||||||
gcc
|
|
||||||
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
|
|
||||||
qtbase5-dev
|
|
||||||
qtbase5-dev-tools
|
|
||||||
qtbase5-private-dev
|
|
||||||
libqt5x11extras5-dev
|
|
||||||
qttools5-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
|
|
||||||
libimobiledevice-dev
|
|
||||||
libplist-dev
|
|
||||||
libusbmuxd-dev
|
|
||||||
- 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=$BUILD_TYPE
|
|
||||||
- name: make deb
|
|
||||||
shell: bash
|
|
||||||
run: dpkg-buildpackage -b -d -uc -us -nc -j2
|
|
||||||
|
|
||||||
|
|
||||||
build_ubuntu_focal:
|
build_ubuntu_focal:
|
||||||
name: Build Ubuntu Focal
|
name: Build Ubuntu Focal
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user