From c6cffa9728848c4dd4400b4f7d8f2d222dd147d2 Mon Sep 17 00:00:00 2001 From: Peter Lichard Date: Thu, 11 Jun 2020 07:58:27 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f963b8..c221249 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ build-qemu: - apt update && apt -y install make autoconf cpio rsync bc - export FORCE_UNSAFE_CONFIGURE=1 script: - - cd rootfs && make opencn_qemu_defconfig && make -s source && make -s + - cd rootfs && make opencn_qemu_defconfig && make -s source && make -s > /dev/null artifacts: paths: - rootfs @@ -17,7 +17,7 @@ build-x86: - apt update && apt -y install make autoconf cpio rsync bc - export FORCE_UNSAFE_CONFIGURE=1 script: - - cd rootfs && make opencn_x86_defconfig && make -s source && make -s + - cd rootfs && make opencn_x86_defconfig && make -s source && make -s > /dev/null artifacts: paths: - rootfs