-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitlab-ci.yml
More file actions
37 lines (33 loc) · 913 Bytes
/
.gitlab-ci.yml
File metadata and controls
37 lines (33 loc) · 913 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
34
35
36
37
stages:
- build
- setup
- test # unit tests validation
- benchmarks
- ctf
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
VERSION: "0.1"
DISTRO: ubuntu:22.04
# CI_DEBUG_TRACE: "true"
# GIT_FETCH_TIMEOUT: 300
services:
- name: docker:dind
alias: docker
include:
- project: 'cybe4sent1nel(FAHAD KHAN)/alias_research/cai'
ref: $CI_COMMIT_REF_NAME
file:
# - 'ci/build/.build.yml' # build
#- 'ci/setup/.setup.yml' # setup
- 'ci/test/.test.yml'
#- 'ci/benchmarks/.benchmarks.yml'
# - 'ci/ctfs/.ctf.yml' # ctf
# - project: 'cybe4sent1nel(FAHAD KHAN)/alias_research/cai'
# ref: $CI_COMMIT_REF_NAME
# file: 'ci/test/.test.yml'
# rules:
# - if: $CI_COMMIT_BRANCH == "main"
# when: never
# - if: $CI_COMMIT_BRANCH