# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-image: debian:stretch-slim
+image: debian:buster-slim
stages:
- build
ci_parallel: "2"
ci_sudo: "yes"
ci_distro: "debian"
- ci_suite: "stretch"
+ ci_suite: "buster"
build:production:
stage: build
- image: "debian:stretch-slim"
+ image: "debian:buster-slim"
variables:
ci_variant: "production"
script: &script
build:debug:
stage: build
- image: "debian:stretch-slim"
+ image: "debian:buster-slim"
variables:
ci_variant: "debug"
script: *script
build:reduced:
stage: build
when: manual
- image: "debian:stretch-slim"
+ image: "debian:buster-slim"
variables:
ci_variant: "reduced"
script: *script
build:legacy:
stage: build
when: manual
- image: "debian:stretch-slim"
+ image: "debian:buster-slim"
variables:
ci_variant: "legacy"
script: *script
build:cmake:
stage: build
- image: "debian:stretch-slim"
+ image: "debian:buster-slim"
variables:
ci_buildsys: "cmake-dist"
script: *script
build:i686-w64-mingw32-debug:
stage: build
- image: "debian:stretch-slim"
+ image: "debian:buster-slim"
variables:
ci_host: "i686-w64-mingw32"
ci_variant: "debug"
build:i686-w64-mingw32-cmake:
stage: build
when: manual
- image: "debian:stretch-slim"
+ image: "debian:buster-slim"
variables:
ci_buildsys: "cmake"
ci_host: "i686-w64-mingw32"
build:x86_64-w64-mingw32:
stage: build
- image: "debian:stretch-slim"
+ image: "debian:buster-slim"
variables:
ci_host: "i686-w64-mingw32"
script: *script
build:x86_64-w64-mingw32-cmake-debug:
stage: build
when: manual
- image: "debian:stretch-slim"
+ image: "debian:buster-slim"
variables:
ci_buildsys: "cmake"
ci_host: "i686-w64-mingw32"
ci_suite: "jessie"
script: *script
-build:buster:
+build:stretch:
when: manual
stage: build
- image: "debian:buster-slim"
+ image: "debian:stretch-slim"
variables:
- ci_suite: "buster"
+ ci_suite: "stretch"
script: *script
build:xenial: