diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aaad1c5..cb1b938 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,12 +11,12 @@ build: before_script: - apt update && apt -y install make autoconf script: - - cd rootfs && make opencn_qemu_defconfig - # artifacts: - # paths: - # - + - cd rootfs && make opencn_qemu_defconfig && make source + artifacts: + paths: + - rootfs/build # depending on your build setup it's most likely a good idea to cache outputs to reduce the build time - # cache: - # paths: - # - "*.o" + cache: + paths: + - "buildroot/dl"