Skip to content

Commit

Permalink
Pass artifacts out of build only stage for cxxonly cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavis36 committed Jul 31, 2024
1 parent c636fcf commit 20fa6e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
- CI_BUILD_DIR=$(cat ci-dir.txt)
- cd $CI_BUILD_DIR && cat job-name.txt
- $BUILD_ALLOC ./$SCRIPT_DIR/devtools/host-config-build.py --host-config gitlab.cmake --build $EXTRA_CMAKE_ARGS
artifacts:
paths:
- ci-dir.txt
- job-name.txt

.build_and_test:
extends: [.build]
Expand Down

0 comments on commit 20fa6e4

Please sign in to comment.