From 0ce33088c9ed669b6a7d1b6d2cb7720de698e2f4 Mon Sep 17 00:00:00 2001 From: Jakob Lykke Andersen Date: Mon, 6 Oct 2025 20:36:11 +0200 Subject: Add/update/reset files --- .gitlab-ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..bf0e745 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,15 @@ + +src: + script: + - python3 /compArch/check.py + - python3 /compArch/test_A1_src.py + +report: + script: + - python3 /compArch/check.py + - python3 /compArch/test_A1_report.py + artifacts: + name: "report-$CI_COMMIT_REF_NAME" + paths: + - report.pdf + - report/report.pdf -- cgit v1.2.3-70-g09d2