flexisip-account-manager/.gitlab-ci.yml
Timothée Jaussoin 68b4f1df7f Update CHANGELOG for the upcoming v1.3
Fix the packaging process to use git describe as a reference
Move the generated packages in the build directory, and fix the release and version format in the .spec
Refactor and cleanup the .gitlab-ci file
Move minimum version to PHP8.0
2022-12-13 14:50:40 +01:00

14 lines
287 B
YAML

variables:
CENTOS_7_IMAGE_VERSION: 20221212_php803
ROCKY_8_IMAGE_VERSION: 20221212_php80
DEBIAN_11_IMAGE_VERSION: 20221212_php82
include:
- '.gitlab-ci-files/package.yml'
- '.gitlab-ci-files/test.yml'
- '.gitlab-ci-files/deploy.yml'
stages:
- package
- test
- deploy