|
|
@ -31,10 +31,10 @@ stages:
|
|
|
|
- test
|
|
|
|
- test
|
|
|
|
- deploy
|
|
|
|
- deploy
|
|
|
|
|
|
|
|
|
|
|
|
Fedora:
|
|
|
|
# Fedora:
|
|
|
|
image: fedora:latest
|
|
|
|
# image: fedora:latest
|
|
|
|
<<: *default_config
|
|
|
|
# <<: *default_config
|
|
|
|
<<: *distro_build
|
|
|
|
# <<: *distro_build
|
|
|
|
|
|
|
|
|
|
|
|
Fedora_MinGW:
|
|
|
|
Fedora_MinGW:
|
|
|
|
image: fedora:latest
|
|
|
|
image: fedora:latest
|
|
|
@ -49,20 +49,20 @@ Debian:
|
|
|
|
<<: *default_config
|
|
|
|
<<: *default_config
|
|
|
|
<<: *distro_build
|
|
|
|
<<: *distro_build
|
|
|
|
|
|
|
|
|
|
|
|
Archlinux:
|
|
|
|
# Archlinux:
|
|
|
|
image: archlinux/base
|
|
|
|
# image: archlinux/base
|
|
|
|
<<: *default_config
|
|
|
|
# <<: *default_config
|
|
|
|
<<: *distro_build
|
|
|
|
# <<: *distro_build
|
|
|
|
|
|
|
|
|
|
|
|
Ubuntu:
|
|
|
|
Ubuntu:
|
|
|
|
image: ubuntu:18.04
|
|
|
|
image: ubuntu:18.04
|
|
|
|
<<: *default_config
|
|
|
|
<<: *default_config
|
|
|
|
<<: *distro_build
|
|
|
|
<<: *distro_build
|
|
|
|
|
|
|
|
|
|
|
|
CentOS:
|
|
|
|
# CentOS:
|
|
|
|
image: centos:7
|
|
|
|
# image: centos:7
|
|
|
|
<<: *default_config
|
|
|
|
# <<: *default_config
|
|
|
|
<<: *distro_build
|
|
|
|
# <<: *distro_build
|
|
|
|
|
|
|
|
|
|
|
|
OpenSUSE:
|
|
|
|
OpenSUSE:
|
|
|
|
image: opensuse/tumbleweed
|
|
|
|
image: opensuse/tumbleweed
|
|
|
|