chiark / gitweb /
common: use python instead of calling out to 'rm'
[fdroidserver.git] / .gitlab-ci.yml
index 467f1cb1fe58b473ced97c65d3e3b59593195c02..0b0a4d3e5e4562170ee85d4d3b5e4fdace523513 100644 (file)
@@ -1,7 +1,27 @@
-image: mvdan/fdroid-ci:server-20160429
+image: registry.gitlab.com/fdroid/ci-images-server:latest
 
 test:
   script:
     - pip3 install -e .
     - cd tests
     - ./complete-ci-tests
+
+# Test that the parsing of the .txt format didn't change from last
+# released version. Ensure that the official tags are included when
+# running these tests on forks as well.
+metadata_v0:
+  script:
+    - git fetch https://gitlab.com/fdroid/fdroidserver 0.8
+    - cd tests
+    - export GITCOMMIT=`git describe`
+    - git checkout 0.8  # bump after release
+    - cd ..
+    - git clone --depth 1 https://gitlab.com/fdroid/fdroiddata
+    - cd fdroiddata
+    - ../tests/dump_internal_metadata_format.py
+    - cd ..
+    - git reset --hard
+    - git checkout $GITCOMMIT
+    - cd fdroiddata
+    - ../tests/dump_internal_metadata_format.py
+    - diff -uw metadata/dump_*