Commit 7afe1bb6 authored by Jan Kiene's avatar Jan Kiene
Browse files

add comments and placeholder in .gitlab-ci.yml

parent 7646bf9a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -3,7 +3,17 @@ variables:
  # see https://docs.gitlab.com/ci/yaml/includes/#use-variables-with-include for more information
  IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF kiene/consolidate-basop-ci-code

# all CI code and config is included from https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec-ci
include:
  - project: ivas-codec-pc/ivas-codec-ci
    ref: *IVAS_CODEC_CI_REF
    file: main-basop.yml

# If you need to set some config variable only in a local branch, then add an overwrite here
# One example is DISABLE_HRTF - this will be set on a branch which is about to be merged and will be removed in a subsequent second MR
# this is more easily done directly here in the child repo

# these lines are suposed to stay commented out to serve as an example
#variables:
#  # set this to true to skip the external HRTF testcases in pytest calls
#  DISABLE_HRTF: "false"