Update .gitlab-ci.yml

This commit is contained in:
Peter Lichard
2020-06-11 07:58:27 +00:00
parent db8c349f80
commit c6cffa9728
+2 -2
View File
@@ -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