mirror of
https://gitlab.com/mecatronyx/opencnc/experiments/opencn-rootfs.git
synced 2026-08-18 00:49:46 +08:00
Update .gitlab-ci.yml
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user