Skip to content

Commit

Permalink
Merge pull request accel-ppp#220 from svlobanov/ci-ubuntu-devel
Browse files Browse the repository at this point in the history
ci: add build in ubuntu:devel container
  • Loading branch information
svlobanov authored Nov 28, 2024
2 parents cc83430 + 1840b1d commit c6adab8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ jobs:
"debian:trixie",
"ubuntu:20.04",
"ubuntu:22.04",
"ubuntu:24.04"
"ubuntu:24.04",
"ubuntu:devel"
]
runs-on: ubuntu-24.04
container:
Expand All @@ -104,6 +105,7 @@ jobs:
debian:trixie) DISTRO=debian13; CPACK_TYPE=Debian13 ;;
debian:12) DISTRO=debian12; CPACK_TYPE=Debian12 ;;
debian:11) CPACK_TYPE=Debian11 ;;
ubuntu:devel) CPACK_TYPE=Ubuntu24 ; HEADERS_SUFFIX=generic ;;
ubuntu:24.04) CPACK_TYPE=Ubuntu24 ; HEADERS_SUFFIX=generic ;;
ubuntu:22.04) CPACK_TYPE=Ubuntu22 ; HEADERS_SUFFIX=generic ;;
ubuntu:20.04) CPACK_TYPE=Ubuntu20 ; HEADERS_SUFFIX=generic ;;
Expand Down

0 comments on commit c6adab8

Please sign in to comment.