diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index c2378b8..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,46 +0,0 @@ -include: - - project: ultimaker/embedded/prime-jedi - ref: master - file: /gitlab_ci_templates/jedi-gitlab-ci-template.yml - -complexity: - extends: - - .jobs_common - - .build_test_common - stage: test - script: - - ./ci/complexity_analysis.sh - -dead_code: - extends: - - .jobs_common - - .build_test_common - stage: test - script: - - ./ci/dead_code_analysis.sh - -style: - extends: - - .jobs_common - - .build_test_common - stage: test - script: - - git fetch origin master/s-line:master/s-line - - ./ci/style_analysis.sh - -mypy: - extends: - - .jobs_common - - .build_test_common - stage: test - script: - - git fetch origin master/s-line:master/s-line - - ./ci/mypy.sh - -pytest: - extends: - - .jobs_common - - .build_test_common - stage: test - script: - - ./ci/pytest.sh