Rebuild specification.
[platform/upstream/libvorbis.git] / .gitlab-ci.yml
index 3341d50..e438d97 100644 (file)
@@ -1,5 +1,8 @@
-# Image from https://hub.docker.com/_/gcc/ based on Debian
-image: gcc
+default:
+  tags:
+    - docker
+  # Image from https://hub.docker.com/_/gcc/ based on Debian
+  image: gcc:9
 
 autoconf:
   stage: build
@@ -11,12 +14,6 @@ autoconf:
     - ./configure
     - make
     - make distcheck
-  cache:
-    paths:
-      - "lib/*.o"
-      - "lib/.libs/*.o"
-  tags:
-    - docker
 
 cmake:
   stage: build
@@ -28,5 +25,3 @@ cmake:
     - mkdir build
     - cmake -S . -B build -G "Ninja" -DCMAKE_BUILD_TYPE=Release
     - cmake --build build
-  tags:
-    - docker