Commit 5c2ae78a authored by Jan Kiene's avatar Jan Kiene
Browse files

Update .gitlab-ci.yml file

parent a424754e
Loading
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -45,10 +45,7 @@ stages:
  allow_failure:
    exit_codes:
      - 123
  # after_script:
  #   - if [ ! -f "$BUILD_OUTPUT" ]; then echo "$BUILD_OUTPUT file is missing!"; exit 1; fi
  #   - echo "$CI_PROJECT_DIR"
  #   - $CI_PROJECT_DIR/ci/check_for_warnings.py $BUILD_OUTPUT


build-codec-linux-make:
  extends: .build-job-with-check-for-warnings
@@ -56,7 +53,7 @@ build-codec-linux-make:
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
  script:
    - make -j 2>&1 | tee $BUILD_OUTPUT
    - ci/check_for_warnings.py $BUILD_OUTPUT || exit $?
    - python3 ci/check_for_warnings.py $BUILD_OUTPUT #|| exit $?

build-unittests-linux:
  extends: .build-job-with-check-for-warnings