]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - .shippable.yml
target/rx: Collect all bytes during disassembly
[thirdparty/qemu.git] / .shippable.yml
index bbc6f88510f183d490b6652cd7d4c55bdd97ca1e..2cce7b568905c74fcc53a26cb23a453aa184d12b 100644 (file)
@@ -27,8 +27,6 @@ env:
       TARGET_LIST=ppc64-softmmu,ppc64-linux-user,ppc64abi32-linux-user
 build:
   pre_ci:
-    # usually host ARCH is set by configure
-    - echo "ARCH=$(uname -m)" > config-host.mak
     - make docker-image-${IMAGE} V=1
   pre_ci_boot:
     image_name: qemu
@@ -37,5 +35,7 @@ build:
     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))