-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitlab-ci.yml
37 lines (34 loc) · 1 KB
/
.gitlab-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
stages:
- fetch-scripts
- build
- test
- pack
- deploy
- analyze
include:
- project: 'devel/ciscripts'
file: '.fetch-job.yml'
- project: 'devel/ciscripts'
file: .shared-vars.yml
- 'ci/.gitlab-ci-1-build.yml'
- 'ci/.gitlab-ci-2-test.yml'
- 'ci/.gitlab-ci-3-pack.yml'
- 'ci/.gitlab-ci-4-deploy.yml'
- 'ci/.gitlab-ci-5-analyze.yml'
variables:
extends: .shared-variables
GAMS_CONTAINER_REGISTRY:
value: registry.gams.com/devel
description: "URL to the GAMS container registry"
PF_WEI_DEBUG:
value: 0
description: "A value != 0 builds the Windows debug version only"
PF_CUSTOM_BRANCH:
value: 0
description: "Name of custom branch, or X.Y.Z for published distribution, or 0 if version is specified in text file with lines GAMS_DISTRIB_MAJOR=X, GAMS_DISTRIB_MINOR=Y, GAMS_DISTRIB_GOLD=Z"
QT_IMAGE_VERSION:
value: builder-qt6.7
description: "Current Qt image version"
QT_VERSION:
value: 6.7.3
description: "Current Qt version"