OSDN Git Service

modetest: get the crtc_id from the pipe_arg
[android-x86/external-libdrm.git] / .gitlab-ci.yml
index 27b9b1a..a6e3bd4 100644 (file)
@@ -20,7 +20,7 @@ variables:
 
 include:
   - project: 'wayland/ci-templates'
-    ref: 1f7f57c64ff4ebbf7292e3b7a13600518b8cb24c
+    ref: 0a9bdd33a98f05af6761ab118b5074952242aab0
     file: '/templates/debian.yml'
 
 stages:
@@ -56,7 +56,7 @@ debian:
   variables:
     GIT_DEPTH: 10
   script:
-    - meson _build
+    - meson build
         -D amdgpu=true
         -D cairo-tests=true
         -D etnaviv=true
@@ -75,13 +75,13 @@ debian:
         -D vc4=true
         -D vmwgfx=true
         ${CROSS+--cross /cross_file-$CROSS.txt}
-    - ninja -C _build
-    - ninja -C _build test
-    - DESTDIR=$PWD/install ninja -C _build install
+    - ninja -C build
+    - ninja -C build test
+    - DESTDIR=$PWD/install ninja -C build install
   artifacts:
     when: on_failure
     paths:
-      - _build/meson-logs/*
+      - build/meson-logs/*
 
 meson-x86_64:
   extends: