aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Lykke Andersen <Jakob@caput.dk>2025-10-06 20:36:11 +0200
committerJakob Lykke Andersen <Jakob@caput.dk>2025-10-06 20:36:11 +0200
commit0ce33088c9ed669b6a7d1b6d2cb7720de698e2f4 (patch)
tree9633863eae6e62f56df66eb661c760decbff31bd
parentf765836caca4e01d6327b200626b715a85e5b389 (diff)
downloadsorter-0ce33088c9ed669b6a7d1b6d2cb7720de698e2f4.tar.gz
sorter-0ce33088c9ed669b6a7d1b6d2cb7720de698e2f4.zip
Add/update/reset files
-rw-r--r--.gitlab-ci.yml15
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