Update .gitlab-ci.yml

This commit is contained in:
Peter Lichard
2020-06-06 05:52:00 +00:00
parent 637e5a80aa
commit 5824c30bd8

View File

@@ -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"