Commit c442ffae authored by Jan Kiene's avatar Jan Kiene
Browse files

add configurable CI var OPTIM

parent a48e605d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -121,6 +121,14 @@ variables:
      - 'test-long-self-test'
      - 'check-regressions-long'
      - 'ivas-conformance-linux'
  OPTIM:
    description: "Set level of optimization for the build. Default is 0 (no opt)"
    value: "0"
    options:
      - "0"
      - "1"
      - "2"
      - "3"

# This sets when pipelines are created. Jobs have more specific rules to restrict them.
workflow: