mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 01:58:07 +00:00
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
14 lines
287 B
YAML
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
|