chiark / gitweb /
common: allow starting without a config file
[fdroidserver.git] / .gitlab-ci.yml
index b92715b1c595f1b2505ded7cfdf8130d9940efd5..6ce9064e37f70e86ddc45ab9d6faa9b47d7534d3 100644 (file)
@@ -1,24 +1,25 @@
-before_script:
-  - apt-get -q update -y
-  - echo " == Installing required packages"
-  - apt-get -q install -y wget tar lib32stdc++6 lib32z1
-      python python-virtualenv pyflakes pep8 dash bash ruby
-      python-imaging python-libcloud python-logilab-astng python-magic
-      python-paramiko python-pip python-pyasn1 python-pyasn1-modules
-      python-requests python-yaml
-      rsync
-  - echo " == Installing OpenJDK 7"
-  - apt-get -q install -y openjdk-7-jdk
-  - echo " == Installing the Android SDK"
-  - wget -q -O android-sdk.tgz https://dl.google.com/android/android-sdk_r24.3.4-linux.tgz
-  - tar -x -z -f android-sdk.tgz
-  - mv android-sdk-linux android-sdk
-  - export ANDROID_HOME=$PWD/android-sdk
-  - export PATH="$ANDROID_HOME/tools:$PATH"
-  - echo " == Installing Android SDK components"
-  - echo y | android -s update sdk --no-ui -a -t platform-tools,tools,build-tools-23.0.0
+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.
+metadata_v0:
+  script:
+    - 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_*