
Raymond Toy pushed to branch issue-342-add-ci-static-analyzer at cmucl / cmucl Commits: ba336a85 by Raymond Toy at 2024-07-24T08:32:54-07:00 Need to save all of linux-4 in linux:build for analyzer The analyzer job needs linux-4 files from linux:build stage to run the analyzer. Update the artifacts list to include linux-4 instead of just linux-4/*.log - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -37,7 +37,7 @@ linux:build: - dist/ - linux-2/*.log - linux-3/*.log - - linux-4/*.log + - linux-4/ needs: - job: linux:install artifacts: true View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/ba336a8531775394aee9559f... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/ba336a8531775394aee9559f... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)