Commit 6fd7b1cd authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

CI: génère aussi les versions pour Ubuntu Bionic et Focal.

parent 5fe77678
No related merge requests found
Pipeline #23709 failed with stages
in 3 minutes and 51 seconds
Showing with 4 additions and 2 deletions
+4 -2
......@@ -40,13 +40,15 @@ ubuntu:
extends: .job
variables:
DISTRO: ubuntu
CODENAME: xenial
parallel:
matrix:
- CODENAME: [xenial, bionic, focal]
before_script:
- apt-get update -yqq
- apt-get install -yqq apt-transport-https ca-certificates curl gnupg
- gpg --keyserver keyserver.ubuntu.com --recv-keys 14AA40EC0831756756D7F66C4F4EA0AAE5267A6C
- gpg --export 14AA40EC0831756756D7F66C4F4EA0AAE5267A6C | apt-key add -
- echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu $CODENAME main" > /etc/apt/sources.list.d/php.list
- echo "deb http://ppa.launchpad.net/ondrej/pxenialhp/ubuntu $CODENAME main" > /etc/apt/sources.list.d/php.list
archive:
image: busybox
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment