Skip to content
Snippets Groups Projects
Commit 6601418a authored by Nico's avatar Nico
Browse files

ci: create build logs and collect as artifacts

To diagnore the intermittent perl build issue we see, collect the build
log archive and store it as an artifact.
parent 8622d863
No related branches found
No related tags found
No related merge requests found
Pipeline #3594 passed
...@@ -69,11 +69,12 @@ build-target: ...@@ -69,11 +69,12 @@ build-target:
except: except:
- tags - tags
script: script:
- make -C gluon GLUON_SITEDIR="$CI_PROJECT_DIR" GLUON_TARGET="$TARGET" GLUON_AUTOUPDATER_BRANCH=stable GLUON_AUTOUPDATER_ENABLED=1 FFS_BUILD_DATE=$(cat build.date) BROKEN="$BROKEN" V=1 -j`nproc` - make -C gluon GLUON_SITEDIR="$CI_PROJECT_DIR" GLUON_TARGET="$TARGET" GLUON_AUTOUPDATER_BRANCH=stable GLUON_AUTOUPDATER_ENABLED=1 FFS_BUILD_DATE=$(cat build.date) BROKEN="$BROKEN" V=1 -j`nproc` BUILD_LOG=1
artifacts: artifacts:
paths: paths:
- gluon/output/ - gluon/output/
expire_in: 1 day expire_in: 1 day
when: always
cache: [] cache: []
parallel: parallel:
matrix: matrix:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment