repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
include: Add hrtfapoapi.idl file.
[wine.git]
/
.gitlab-ci.yml
blob
4f5ed6b68df14d1b871a9d5913d18c80927af18c
1
# main Gitlab CI script
2
3
stages:
4
- image
5
- build
6
- test
7
- deploy
8
9
include:
10
- local: "/tools/gitlab/image.yml"
11
- local: "/tools/gitlab/build.yml"
12
- local: "/tools/gitlab/test.yml"
13
- local: "/tools/gitlab/release.yml"