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