]> Git Repo - qemu.git/blobdiff - .shippable.yml
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20191220-pull-request' into...
[qemu.git] / .shippable.yml
index f74a3de3ffdb3abd50a6d57b0a804e64fd50a7b2..83aae08bb4c335daa72f35c40e05158d0c5a6aa8 100644 (file)
@@ -35,5 +35,7 @@ build:
     options: "-e HOME=/root"
   ci:
     - unset CC
-    - ./configure ${QEMU_CONFIGURE_OPTS} --target-list=${TARGET_LIST}
+    - mkdir build
+    - cd build
+    - ../configure ${QEMU_CONFIGURE_OPTS} --target-list=${TARGET_LIST}
     - make -j$(($(getconf _NPROCESSORS_ONLN) + 1))
This page took 0.022676 seconds and 4 git commands to generate.