Skip to content

Commit

Permalink
ci: add opensuse 15.4 and 15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jahnf committed Oct 12, 2023
1 parent 10650ed commit 84c1a63
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- opensuse-15.1
- opensuse-15.2
- opensuse-15.3
- opensuse-15.4
- opensuse-15.5
- centos-8
os:
- ubuntu-latest
Expand Down Expand Up @@ -195,7 +197,8 @@ jobs:
["ubuntu-20.04"]="ubuntu/focal" ["ubuntu-21.04"]="ubuntu/hirsute" \
["ubuntu-22.04"]="ubuntu/jammy" \
["opensuse-15.1"]="opensuse/15.1" ["opensuse-15.2"]="opensuse/15.2" \
["opensuse-15.3"]="opensuse/15.3" ["centos-8"]="el/8" \
["opensuse-15.3"]="opensuse/15.3" ["opensuse-15.4"]="opensuse/15.4" \
["opensuse-15.5"]="opensuse/15.5" ["centos-8"]="el/8" \
["fedora-31"]="fedora/31" \
["fedora-32"]="fedora/32" ["fedora-33"]="fedora/33" \
["fedora-34"]="fedora/34" ["fedora-37"]="fedora/37" ["fedora-38"]="fedora/38" )
Expand Down
21 changes: 21 additions & 0 deletions docker/Dockerfile.opensuse-15.4
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Container for building the Projecteur package
# Images available at: https://hub.docker.com/r/jahnf/projecteur/tags

FROM opensuse/leap:15.4

RUN mkdir /build
RUN zypper --non-interactive in --no-recommends \
pkg-config \
udev \
gcc-c++ \
tar \
make \
cmake \
git \
wget \
libqt5-qtdeclarative-devel \
rpmbuild \
libqt5-linguist \
libqt5-qtx11extras-devel \
libusb-1_0-devel \
libQt5DBus-devel
21 changes: 21 additions & 0 deletions docker/Dockerfile.opensuse-15.5
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Container for building the Projecteur package
# Images available at: https://hub.docker.com/r/jahnf/projecteur/tags

FROM opensuse/leap:15.5

RUN mkdir /build
RUN zypper --non-interactive in --no-recommends \
pkg-config \
udev \
gcc-c++ \
tar \
make \
cmake \
git \
wget \
libqt5-qtdeclarative-devel \
rpmbuild \
libqt5-linguist \
libqt5-qtx11extras-devel \
libusb-1_0-devel \
libQt5DBus-devel

0 comments on commit 84c1a63

Please sign in to comment.