Loading .gitlab-ci.yml +11 −0 Original line number Diff line number Diff line Loading @@ -342,6 +342,17 @@ self-test-on-merge-request: junit: report-junit.xml measure-delay: extends: - .rules-basis - .test-job-linux stage: test needs: [ "build-codec-linux-cmake" ] script: - *print-common-info - echo "measure-delay test, yay!" # --------------------------------------------------------------- # Test jobs for main branch # --------------------------------------------------------------- Loading Loading
.gitlab-ci.yml +11 −0 Original line number Diff line number Diff line Loading @@ -342,6 +342,17 @@ self-test-on-merge-request: junit: report-junit.xml measure-delay: extends: - .rules-basis - .test-job-linux stage: test needs: [ "build-codec-linux-cmake" ] script: - *print-common-info - echo "measure-delay test, yay!" # --------------------------------------------------------------- # Test jobs for main branch # --------------------------------------------------------------- Loading