diff options
| author | Philippe Mathieu-Daudé | 2017-06-02 20:56:25 +0200 |
|---|---|---|
| committer | Alex Bennée | 2017-06-21 16:03:06 +0200 |
| commit | d2a44865e8c38003b8f4bb601db3173cf071f0ac (patch) | |
| tree | da56f51de8653bb5c0934a74395407d7640ee947 | |
| parent | shippable: do not initialize submodules automatically (diff) | |
| download | qemu-d2a44865e8c38003b8f4bb601db3173cf071f0ac.tar.gz qemu-d2a44865e8c38003b8f4bb601db3173cf071f0ac.tar.xz qemu-d2a44865e8c38003b8f4bb601db3173cf071f0ac.zip | |
shippable: be verbose while building docker images
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
| -rw-r--r-- | .shippable.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.shippable.yml b/.shippable.yml index 46adfa030f..fe360f85cb 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -13,7 +13,7 @@ env: TARGET_LIST=s390x-softmmu,s390x-linux-user build: pre_ci: - - make docker-image-${IMAGE} + - make docker-image-${IMAGE} V=1 pre_ci_boot: image_name: qemu image_tag: ${IMAGE} |
