forked from ifm/ifm3d
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitlab-ci.yml
More file actions
33 lines (31 loc) · 784 Bytes
/
.gitlab-ci.yml
File metadata and controls
33 lines (31 loc) · 784 Bytes
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
stages:
- version
- check
- build
- test
- sign
- tag
- release
- deploy
variables:
SKIP_TEST: "false"
include:
- local: .gitlab/rules.yml
- local: .gitlab/configs.yml
- local: .gitlab/docker_config.yml
- local: .gitlab/update_version.yml
- local: .gitlab/check.yml
- local: .gitlab/build_windows.yml
- local: .gitlab/build_linux.yml
- local: .gitlab/test_windows.yml
- local: .gitlab/test_linux.yml
- local: .gitlab/sign_windows.yml
- local: .gitlab/tag.yml
- local: .gitlab/release.yml
- local: .gitlab/deploy.yml
- local: .gitlab/deploy_docs.yml
- local: .gitlab/deploy_python.yml
- local: .gitlab/deploy_docker.yml
- local: .gitlab/oss_compilance.yml
- local: .gitlab/deploy_github.yml
- local: .gitlab/notification.yml