diff options
| author | Jakob Lykke Andersen <Jakob@caput.dk> | 2025-10-06 20:36:11 +0200 |
|---|---|---|
| committer | Jakob Lykke Andersen <Jakob@caput.dk> | 2025-10-06 20:36:11 +0200 |
| commit | 0ce33088c9ed669b6a7d1b6d2cb7720de698e2f4 (patch) | |
| tree | 9633863eae6e62f56df66eb661c760decbff31bd | |
| parent | f765836caca4e01d6327b200626b715a85e5b389 (diff) | |
| download | sorter-0ce33088c9ed669b6a7d1b6d2cb7720de698e2f4.tar.gz sorter-0ce33088c9ed669b6a7d1b6d2cb7720de698e2f4.zip | |
Add/update/reset files
Diffstat (limited to '')
| -rw-r--r-- | .gitlab-ci.yml | 15 |
1 files changed, 15 insertions, 0 deletions
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 |