mirror of https://github.com/aliasrobotics/cai.git
38 lines
889 B
YAML
38 lines
889 B
YAML
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: 'aliasrobotics/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: 'aliasrobotics/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
|