]> Git Repo - qemu.git/blobdiff - .shippable.yml
meson: specify fuzz linker script as a project arg
[qemu.git] / .shippable.yml
index f74a3de3ffdb3abd50a6d57b0a804e64fd50a7b2..89d8be4291b0bb9666f6b52ab4da1d599455a6e5 100644 (file)
@@ -26,14 +26,14 @@ env:
     - IMAGE=debian-ppc64el-cross
       TARGET_LIST=ppc64-softmmu,ppc64-linux-user,ppc64abi32-linux-user
 build:
-  pre_ci:
-    - make docker-image-${IMAGE} V=1
   pre_ci_boot:
-    image_name: qemu
-    image_tag: ${IMAGE}
-    pull: false
+    image_name: registry.gitlab.com/qemu-project/qemu/qemu/${IMAGE}
+    image_tag: latest
+    pull: true
     options: "-e HOME=/root"
   ci:
     - unset CC
-    - ./configure ${QEMU_CONFIGURE_OPTS} --target-list=${TARGET_LIST}
+    - mkdir build
+    - cd build
+    - ../configure --disable-docs ${QEMU_CONFIGURE_OPTS} --target-list=${TARGET_LIST}
     - make -j$(($(getconf _NPROCESSORS_ONLN) + 1))
This page took 0.030443 seconds and 4 git commands to generate.